Stack and Queues [Learning, Pre-In-Post-fix, Monotonic Stack, Implementation]

0.00%

Learning

#ProblemLinksStatusAction
1Implement Stack using ArraysYouTubeCoding Ninjas
2Implement Queue using ArraysYouTubeCoding Ninjas
3Implement Stack using QueueYouTubeCoding NinjasLeetCode
4Implement Queue using StackYouTubeCoding NinjasLeetCode
5Implement stack using LinkedlistYouTubeCoding Ninjas
6Implement queue using LinkedlistYouTubeCoding Ninjas
7Check for balanced paranthesisYouTubeCoding NinjasLeetCode
8Implement Min StackYouTubeCoding NinjasLeetCode

Prefix, Infix, PostFix Conversion Problems

#ProblemLinksStatusAction
1Infix to Postfix Conversion using StackYouTubeCoding NinjasLeetCode
2Prefix to Infix ConversionYouTubeCoding NinjasLeetCode
3Prefix to Postfix ConversionYouTubeCoding NinjasLeetCode
4Postfix to Prefix ConversionYouTubeCoding NinjasLeetCode
5Postfix to InfixYouTubeCoding NinjasLeetCode
6Convert Infix To Prefix NotationYouTubeCoding Ninjas

Monotonic Stack/Queue Problems [VVV. Imp]

#ProblemLinksStatusAction
1Next Greater ElementYouTubeCoding NinjasLeetCode
2Next Greater Element 2YouTubeCoding NinjasLeetCode
3Next Smaller ElementYouTubeCoding NinjasLeetCode
4Number of NGEs to the rightYouTubeCoding Ninjas
5Trapping RainwaterYouTubeCoding NinjasLeetCode
6Sum of subarray minimumYouTubeCoding NinjasLeetCode
8Asteroid CollisionYouTubeCoding NinjasLeetCode
9Sum of subarray rangesYouTubeCoding NinjasLeetCode
10Remove k DigitsYouTubeCoding NinjasLeetCode
11Largest rectangle in a histogramYouTubeCoding NinjasLeetCode
12Maximal RectanglesYouTubeCoding NinjasLeetCode

Implementation Problems

#ProblemLinksStatusAction
1Sliding Window maximumYouTubeCoding NinjasLeetCode
2Stock span problemYouTubeCoding NinjasLeetCode
3The Celebrity ProblemYouTubeCoding NinjasLeetCode
5LRU cache (IMPORTANT)YouTubeCoding NinjasLeetCode
6LFU cacheYouTubeCoding NinjasLeetCode