mirror of https://github.com/TheMessik/TreeLib
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
out | 2 years ago | |
src | 2 years ago | |
tests | 2 years ago | |
README.md | 2 years ago | |
TreeLib.iml | 2 years ago |
README.md
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 and feel free to debug/send bug reports/improve our code
Trees currently supported:
- Binary Tree
Trees to be added:
-
2-3 tree
-
Red-Black tree
-
Binary Search Tree
-
AVL-tree