Create README.md

binarytree
jjankaj 2021-05-02 17:31:03 +02:00 committed by GitHub
parent 0330148c92
commit a5ce46c2c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
README.md 100644
View File

@ -0,0 +1,18 @@
# TreeLib
Implementation of different kinds of trees in Java
Mainly used for us to learn different kinds of trees, but feel free to use these in your own projects
In light of statement above, we offer ABSOLUTELY no warranty in terms of (absence of) bugs, flawless execution and top-spec implementation of algorithms used.
Use at your own risk, feel free to debug/send bug reports/improve our code
# Trees currently supported:
# Trees to be added:
2-3 tree
Red-Black tree
Binary Tree
Binary Search Tree
AVL-tree