For detailed instructions refer to PDF
- Node.py contains the node class for tree and Btree.py contains the code for Btree
- python3 Btree.py filename (Here filename is the test file)
- LinearHashing.py contains the code for linear hashing
- python3 LinearHashing.py filename (Here filename is the test file)