diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..a759bc6e713a8f7cc18764fe7b8cf041b97a2640 --- /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.