| CS 20 - Summer 2009 - Project 3 | ||
| Grader - Michael Costanzo | ||
| Code | Pts. out of 100 | Grader comments (Heap: 50 points; BST: 50 points) |
| 2017 | 25 | Heap insert doesn't work, and other parts minimal: -30; BST barely started: -45 |
| 2020 | 90 | BST delete not working right: -10 |
| 2031 | 90 | BST delete not working right: -10 |
| 2032 | 60 | Heap insert broken, so no way to test other parts: -10; BST most parts not working: -30 |
| 2033 | 83 | Heap crash on insert to full min-heap: -5; BST no spaces in order strings, delete not working: -12 |
| 2034 | 80 | BST insert, contains, delete not working right: -20 |
| 2036 | 50 | BST not done: -50 |
| 2037 | 55 | Heap does not compile, but okay start: -25; BST not working right, and crash if delete root: -20 |
| 2040 | 30 | Heap has many compile errors, but seems close: -25; BST barely started: -45 |
| 2041 | 100 | |
| 2043 | 75 | Late: -10; Heap size bug in clear causes crash: -10; BST delete broken for right child only: -5 |
| 2049 | 55 | Heap has incorrect top item: -10; BST not working at all: -35 |
| 2057 | 55 | Heap crashes when resize, and top incorrect: -15; BST does not compile, and incomplete: -30 |
| 2060 | 65 | Late: -10; Heap resize only works once: -5; BST height, count crash, and delete broken: -20 |
| 2062 | 60 | Heap insert broken, so no way to test other parts: -10; BST most parts not working: -30 |
| 2077 | 80 | BST insert deletes existing items, contains crashes if not found, delete incomplete: -20 |
| 2084 | 100 | |
| 2088 | 78 | Heap resize wrong: -5; BST insert and delete bugs, no spaces in order strings: -17 |
| 2094 | 60 | Heap min/max backwards: -5; BST missing most methods, others incomplete: -35 |
| 2098 | 50 | Heap gets full and crashes on insert, top incorrect: -15; BST not working at all: -35 |
| 2099 | 67 | Heap has incorrect top after some removes: -8; BST not bst order, delete broken, exception: -25 |