Skip to content

An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.

License

Notifications You must be signed in to change notification settings

SpeedyCraftah/b-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-tree implementation in JavaScript and partially in C++

  • I originally wrote this in JavaScript while learning to programatically implement a B-tree after learning it through articles and videos as well as practicing them through flow chart graphs.
  • I also started writing it in C++ where I implemented an insert and has function.
  • I was going to use them for indexing in my database project, but realised I do not need B-trees, but do need B+ trees which are easier to implement.
  • Nethertheless, it was a fun experience learning B-trees and optimising it and hope the code I wrote serves a purpose one day.

image

About

An implementation of a B-tree in JavaScript/C++ with a simple GUI to visualise and interact with them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages