From 9dd2afb14c383cd97a919f236c2ba23feee1df42 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 06:36:32 -0400
Subject: [PATCH] Add readme

---
 readme.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 readme.md

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..a759bc6
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,10 @@
+# Java - The Balanced Parenthesis Problem
+
+
+## Description
+Using custom implementations of data structures (such as Stacks, Queues, Linked Lists) to solve the `Balanced
+Parenthesis` problem.
+
+Project has a focus on efficiency and time complexities.
+
+Includes UnitTesting.
-- 
GitLab