Adding LFU and Largest Rectangle in histogram
This commit is contained in:
parent
1dc0efd006
commit
cebde22d3b
@ -51,4 +51,6 @@
|
||||
2. [Implement Queue using Stacks](https://leetcode.com/problems/implement-queue-using-stacks/description/) `Striver`
|
||||
3. [Valid Parentheses](https://leetcode.com/problems/valid-parentheses/description/) `Leetcode 150` `Striver`
|
||||
4. [Min Stack](https://leetcode.com/problems/min-stack/description/) `Leetcode 150` `Striver`
|
||||
5. [LRU Cache](https://leetcode.com/problems/lru-cache/description/) `Leetcode 150` `Striver`
|
||||
5. [LRU Cache](https://leetcode.com/problems/lru-cache/description/) `Leetcodze 150` `Striver`
|
||||
6. [LFU Cache](https://leetcode.com/problems/lfu-cache/description/) ``Striver`
|
||||
7. [Largest Rectangle in Histogram](https://leetcode.com/problems/largest-rectangle-in-histogram/description/) `Striver`
|
Loading…
Reference in New Issue
Block a user