Brown PLT Team - Brownian Motion

Team:

- Guillaume Marceau (gmarceau@cs.brown.edu)
- Tom Wooldridge (twooldri@cs.brown.edu)
- Rob Hunter (rob@cs.brown.edu)
- Dave Tucker (dbtucker@cs.brown.edu)

General Strategy: 

- Dijkstra's algorithm used to various sauces
- Knapsack picks up packages
- Greedy TSP rooms
- Minimax attacks
- A fairly creative hack bids
- And a binary space partition that doesn't do anything

Language used: Rice PLT v202

Execution:

- As specified in the task description, the two arguments to the `runme' script
  are the hostname and port on which the server is located.

  Example:
  $ ./runme localhost 3000

