Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 462 Bytes

File metadata and controls

10 lines (10 loc) · 462 Bytes

Database Indexing

For detailed instructions refer to PDF

Part a) B+ Trees

  • Node.py contains the node class for tree and Btree.py contains the code for Btree

Running Instructions

  • python3 Btree.py filename (Here filename is the test file)

part b) Linear Hashing

  • LinearHashing.py contains the code for linear hashing

Running Instructions

  • python3 LinearHashing.py filename (Here filename is the test file)