-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject3_report.txt
38 lines (23 loc) · 961 Bytes
/
project3_report.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
1. Basic information
Team number (e.g., 01) :
#1 Student ID :
#1 Student Name :
#2 Student ID :
#2 Student Name :
OS (bit) :
gcc version :
2. Meta-data page in an index file
- Show your meta-data page of an index design if you have any.
3. Index Entry Format
- Show your index entry design (structure).
4. Page Format
- Show your internal-page (non-leaf node) design.
- Show your leaf-page (leaf node) design.
5. Implementation Detail
- Have you added your own source file (.cc or .h)?
- Have you implemented non-lazy deletion? Choose Yes or No:
- Have you implemented duplicated key handling that can span multiple pages? Choose Yes or No:
If yes, please explain briefly how you have implemented this feature.
- Other implementation details:
6. Other (optional)
- Freely use this section to tell us about things that are related to the project 3, but not related to the other sections (optional)