From db87503af606f9ccb84c4224115d017587acac12 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 9 Oct 2020 06:46:25 -0400 Subject: [PATCH] Create readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..8b76c80 --- /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. -- GitLab