Go to file
Jozef Jankaj 4a48be5b22 Merge branch 'master' of https://github.com/TheMessik/TreeLib 2021-05-29 20:50:06 +02:00
out binary tree implemented 2021-05-29 20:43:22 +02:00
src small reformat 2021-05-29 20:49:47 +02:00
tests small reformat 2021-05-29 20:49:47 +02:00
README.md Update README.md 2021-05-29 20:48:59 +02:00
TreeLib.iml binary tree implemented 2021-05-29 20:43:22 +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 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