Skip to content

nsk06/Database-Indexing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages