From 9bff18fde5440652bdec9719023dcab70f89357f Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Fri, 9 Oct 2020 06:32:55 -0400 Subject: [PATCH] Add 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..6bdbd15 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +# Java - Search Techniques and Theoretical Complexity + + +## Description +Implementation of various search techniques on arrays, plus time complexity analysis (both theoretical and empirical). + +Includes some minimal UnitTesting as well. -- GitLab