diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..8b76c80cbb7448858cf2e0d7bccf1cfa9ae14a47 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# Java - Intro to Trees and Heaps + + +## Description +Introduces the tree and heap data structures. Custom implementation of both, as well as examination of efficiency. + +Includes UnitTesting.