CS4432 (DBII) LAB #2 for D term 2001
Grading guidelines for project 2.


Readme/Design justification file (total of 10):
- clear design and explanations (6)
- allow for multiple data files with different schemas (2)
- allow for several indices over one data file (2)

Functionality :

Insert Record Into Index: (total of 20)
- Handle simple insertion (5)
- Handle redistribution of keys to neighbor (5)
- Handle Spliting nodes (5)
- Handle new root creation (5)
Create Index (5)
PrintIndex (10)
Index scan (10)
Index scan plus access (10)
Equality Search (10)
RangeSearch (10)

Documentation of code (5)
Testing and Evaluation (total of 10):
- Explanation of what cases have been tested (5)
- Script File Showing program functionality (5)

Total (100)