Update README.md

binarytree
jjankaj 2021-05-02 19:09:28 +02:00 committed by GitHub
parent 12a55092e8
commit 22c9753096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ 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.
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
Use at your own risk and feel free to debug/send bug reports/improve our code
# Trees currently supported: