Skip to content

armut/B-BSharp-Trees-Java-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

B Tree and B# Tree Java Implementation

I tried to implement B Tree and B# Tree in Java. BSharpTree class inherits BTree class. Everything is simple, stupid. Feel free to correct me when you find bugs(there are tons of them here!).

Deletion method is also in the todo list.

Compiling/Running the Program

For a quick glance, you can cd into src/ folder and execute as usual:

$ javac Node.java BTree.java BSharpTree.java Main.java
$ java Main

That's all.

About

B and B# Trees Java implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages