pa03 : Leetcode practice with stacks and queues
num | ready? | description | assigned | due |
---|---|---|---|---|
pa03 | true | Leetcode practice with stacks and queues | Wed 02/21 09:00AM |
Additional Practice Problems
-
Implement Queue using Stacks (easy): https://leetcode.com/problems/implement-queue-using-stacks/description/
-
Implement Stack using Queues (easy): https://leetcode.com/problems/implement-stack-using-queues/description/
-
Valid Parentheses (easy): https://leetcode.com/problems/valid-parentheses/description/
-
Remove All Adjacent Duplicates in String (easy): https://leetcode.com/problems/remove-all-adjacent-duplicates-in-string/description/
-
Min Stack (medium): https://leetcode.com/problems/min-stack/description/
-
Reveal Cards In Increasing Order (medium): https://leetcode.com/problems/reveal-cards-in-increasing-order/description/
-
Find The Winner Of The Circular Game (medium):https://leetcode.com/problems/find-the-winner-of-the-circular-game/description/