Here is the steps to get your scores:

1. "java BrentHashTableDriver1"
   Max points are 20.
2. "java BrentHashTablePlotData put199 > myplot"
   "java ColumnCompare plot199 myplot 5 15 5"
   Max points are 25.
3. "java BrentHashTablePlotData put7 > myplot"
   "java -Dall=true ColumnCompare plot5 myplot 5"
   Max points are 5.
4. "javac BrentHashTableDriver2.java"
   "java BrentHashTableDriver2"
   Max points are 27 (including extra credits up to 2 points).
   If your program blocks, try ThreadedBrentHashTableDriver2.
5. "java BrentHashTablePlotData put53 > myplot"
   "java -Dall=true ColumnCompare plot53 myplot 5"
   Max points are 5.
6. "java BrentHashTablePlotData put503 > myplot"
   "java ColumnCompare plot503 myplot 0 15 5 >"
   Max points are 20.
7. Extra credits:
   O(1) average search cost: 4 points.
   O(m) max search cost: 4 points (m is the size of the table).

Total max points are 110 (including extra credits up to 10 points).

By Haw-ren Fang, TA of cmsc420-0401, spring 2002
