From a5ce46c2c7fa6524a234f52c368602c31e1747eb Mon Sep 17 00:00:00 2001 From: jjankaj <54912465+TheMessik@users.noreply.github.com> Date: Sun, 2 May 2021 17:31:03 +0200 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb488d5 --- /dev/null +++ b/README.md @@ -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