Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTree - B-tree implementation in Python for didactic purposes.

Overview

This B-tree implementation includes algorithms to add, search and delete values from a B-tree. It was inspired by this Wikipedia article: https://en.wikipedia.org/wiki/Btree

Searching within nodes is done using binary search (using the bisect module).

License

Copyright (c) 2014 Robert Zavalczki, distributed under the terms and conditions of the Lesser GNU General Public License version 2.1

About

Didactic B-tree implementation in Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages