From 4b5a5d76ce2b32150c6edfd6b62cd21a10cf4c8a Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 26 Nov 2014 12:44:51 -0500 Subject: [PATCH] Auctions and bidding: A guide for computer scientists, by Simon Parsons. --- economics/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 economics/README.md diff --git a/economics/README.md b/economics/README.md new file mode 100644 index 0000000..3fee195 --- /dev/null +++ b/economics/README.md @@ -0,0 +1,5 @@ +# Economics + +## Auctions and Bidding + +* [Auctions and bidding: A guide for computer scientists](http://www.sci.brooklyn.cuny.edu/~parsons/projects/mech-design/publications/bluffers-final.pdf) by Simon Parsons