-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Stack Queue
Mission Peace edited this page Apr 19, 2016
·
2 revisions
- Implement a circular queue using an array of fixed size - CircularQueue.java
- Find maximum size rectangle in histogram - MaximumHistogram.java
- Given absolute unix like path simply it - SimplyPath.java
- Reverse stack using recursion - ReverseStackUsingRecursion.java
- Given a string with unbalanced brackets how do you remove minimum number of extra brackets so that you are left with balanced brackets in the string - RemoveExtraBrackets.java
- Remove duplicates from a string while maintaining order and getting lexicographically smallest string - RemoveDuplicateMaintainingOrder.java
- Find median in stream of numbers - MedianFinder.java