Go to file
jjankaj 12a55092e8
Update README.md
2021-05-02 19:08:22 +02:00
src initial commit 2021-05-02 17:25:18 +02:00
README.md Update README.md 2021-05-02 19:08:22 +02:00
TreeLib.iml initial commit 2021-05-02 17:25:18 +02:00

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, 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