Data Structure Exercises: B-Tree, B+Tree, Extendable Hash Table, Linear Hashing
40 likes | 110 Vues
Use this exercise to practice B-Tree and B+Tree concepts, Extendable and Linear Hash Tables. Understand the tree order, insertion, and deletion from practical examples.
Data Structure Exercises: B-Tree, B+Tree, Extendable Hash Table, Linear Hashing
E N D
Presentation Transcript
B-Tree Exercise What is the order of this tree? Draw the B+ tree that would result from inserting the key 3. Draw the B+ tree that would result after deleting 91 from the original tree above.
Extendable Hash Table Exercise Draw the hash table after inserting key 68. Linear Hashing Exercise Draw the hash table after inserting key 15.
B-Tree Exercise What is the order of this tree? 2 Draw the B+ tree that would result from inserting the key 3. Draw the B+ tree that would result after deleting 91 from the original tree above.
Extendable Hash Table Exercise Draw the hash table after inserting key 68. Linear Hashing Exercise Draw the hash table after inserting key 15.