Skip to content

B-Tree implementation using Python, with zip code finder as an application for DSA course

Notifications You must be signed in to change notification settings

NachiketUN/B-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-Tree implementation using Python, with zip code finder as an application for DSA course

B-Tree Insertion, Deletion, Search Algorithms

I have referred to Introduction to Algorithms by Thomas Cormen (CLRS) for the algorithms for the operations of the B-Tree

Prerequisites

Python

Files

BTree.py

Contains implementation of B-Tree Datastructure

zip.py   zip2.py

Files read the zipcodes of places and store it in the B-Tree , allowing us to search for zipcodes.

Running the python files

Open the terminal and cd to the directory which contains the downloaded files and enter the following command

python filename.py

About

B-Tree implementation using Python, with zip code finder as an application for DSA course

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages