PDC4S:\IT\DSA and Interview Preperation\[INTERVIEW ONLY MAAL] [EXCLUSIVE]\[APPLIED COURSE] Interview Preparation Course\Module 5 - Problem Solving\4. Problems on stacks and Queues

Up one directory...
NameSizeDate Modified
1. Design a stack such that getMinium() should be O(1) time and O(1) space-studyfever.mp443,135 KB12/12/2021 12:34 PM
1.1. Design a stack such that getMinium() should be O(1) time and O(1) space.html669 KB12/12/2021 12:34 PM
10. Implement stack using Queues-studyfever.mp428,533 KB12/12/2021 12:34 PM
10.1. Implement stack using Queues.html623 KB12/12/2021 12:34 PM
11. Largest Rectangle in Histogram - Problem Statement [Leetcode]-studyfever.mp47,263 KB12/12/2021 12:34 PM
11.1. Largest Rectangle in Histogram - Problem Statement [Leetcode].html602 KB12/12/2021 12:34 PM
12. Largest Rectangle in Histogram - Approach1 [Leetcode]-studyfever.mp413,730 KB12/12/2021 12:34 PM
12.1. Largest Rectangle in Histogram - Approach1 [Leetcode].html602 KB12/12/2021 12:34 PM
13. Largest Rectangle in Histogram - Approach 1 (Python Code) [Leetcode]-studyfever.mp416,137 KB12/12/2021 12:34 PM
13.1. Largest Rectangle in Histogram - Approach 1 (Python Code) [Leetcode].html615 KB12/12/2021 12:34 PM
14. Largest Rectangle in Histogram - Approach 2 [Leetcode]-studyfever.mp424,239 KB12/12/2021 12:34 PM
14.1. Largest Rectangle in Histogram - Approach 2 [Leetcode].html635 KB12/12/2021 12:34 PM
15. Largest Rectangle in Histogram - Python code [Leetcode]-studyfever.mp415,266 KB12/12/2021 12:34 PM
15.1. Largest Rectangle in Histogram - Python code [Leetcode].html612 KB12/12/2021 12:34 PM
16. Write a Program for Implement Queue using Stacks.html309 KB12/12/2021 12:34 PM
17. Trapping Rain Water - Problem Statement [Leetcode]-studyfever.mp411,444 KB12/12/2021 12:34 PM
17.1. Trapping Rain Water - Problem Statement [Leetcode].html610 KB12/12/2021 12:34 PM
18. Trapping Rain Water - Approach 1 [Leetcode]-studyfever.mp416,478 KB12/12/2021 12:34 PM
18.1. Trapping Rain Water - Approach 1 [Leetcode].html610 KB12/12/2021 12:34 PM
19. Trapping Rain Water - Approach 1 (Python code)[Leetcode]-studyfever.mp415,118 KB12/12/2021 12:34 PM
19.1. Trapping Rain Water - Approach 1 (Python code)[Leetcode].html619 KB12/12/2021 12:34 PM
2. Print Next Greater Element-studyfever.mp452,979 KB12/12/2021 12:34 PM
2.1. Print Next Greater Element.html658 KB12/12/2021 12:34 PM
20. Trapping Rain Water - Approach 2 [Leetcode]-studyfever.mp414,837 KB12/12/2021 12:34 PM
20.1. Trapping Rain Water - Approach 2 [Leetcode].html610 KB12/12/2021 12:34 PM
21. Trapping Rain Water - Approach 2 (Python code)[Leetcode]-studyfever.mp414,863 KB12/12/2021 12:34 PM
21.1. Trapping Rain Water - Approach 2 (Python code)[Leetcode].html610 KB12/12/2021 12:34 PM
22. Trapping Rain Water - Approach 3 [Leetcode]-studyfever.mp428,945 KB12/12/2021 12:34 PM
22.1. Trapping Rain Water - Approach 3 [Leetcode].html619 KB12/12/2021 12:34 PM
23. Trapping Rain Water - Approach 3 (Python code)[Leetcode]-studyfever.mp418,089 KB12/12/2021 12:34 PM
23.1. Trapping Rain Water - Approach 3 (Python code)[Leetcode].html610 KB12/12/2021 12:34 PM
24. Trapping Rain Water - Approach 4 [Leetcode]-studyfever.mp435,304 KB12/12/2021 12:34 PM
24.1. Trapping Rain Water - Approach 4 [Leetcode].html610 KB12/12/2021 12:34 PM
25. Asteroid Collision - Problem Statement [Leetcode]-studyfever.mp415,613 KB12/12/2021 12:34 PM
25.1. Asteroid Collision - Problem Statement [Leetcode].html580 KB12/12/2021 12:34 PM
26. Asteroid Collision - Approach 1[Leetcode]-studyfever.mp425,739 KB12/12/2021 12:34 PM
26.1. Asteroid Collision - Approach 1[Leetcode].html610 KB12/12/2021 12:34 PM
27. Asteroid Collision - Approach 1 (Python code)[Leetcode]-studyfever.mp415,378 KB12/12/2021 12:34 PM
27.1. Asteroid Collision - Approach 1 (Python code)[Leetcode].html615 KB12/12/2021 12:34 PM
28. Asteroid Collision - Approach 2 and Python code[Leetcode]-studyfever.mp420,601 KB12/12/2021 12:34 PM
28.1. Asteroid Collision - Approach 2 and Python code[Leetcode].html616 KB12/12/2021 12:34 PM
3. Design and Implement Special Stack Data Structure push() pop() getMinimum() findMiddleElement() deleteMiddleElement()-studyfever.mp447,185 KB12/12/2021 12:34 PM
3.1. Design and Implement Special Stack Data Structure push() pop() getMinimum() findMiddleElement() deleteMiddleElement().html650 KB12/12/2021 12:34 PM
4. Check if parenthesis are balanced or not-studyfever.mp435,702 KB12/12/2021 12:34 PM
4.1. Check if parenthesis are balanced or not.html613 KB12/12/2021 12:34 PM
5. Stock Span Problem-studyfever.mp440,160 KB12/12/2021 12:34 PM
5.1. Stock Span Problem.html627 KB12/12/2021 12:34 PM
6. The Celebrity Problem-studyfever.mp452,259 KB12/12/2021 12:34 PM
6.1. The Celebrity Problem.html654 KB12/12/2021 12:34 PM
7. Reverse a stack using recursion-studyfever.mp443,454 KB12/12/2021 12:34 PM
7.1. Reverse a stack using recursion.html641 KB12/12/2021 12:34 PM
8. Implement two stacks in single array-studyfever.mp425,328 KB12/12/2021 12:34 PM
8.1. Implement two stacks in single array.html471 KB12/12/2021 12:34 PM
9. Petrol Filling Problem-studyfever.mp441,830 KB12/12/2021 12:34 PM
9.1. Petrol Filling Problem.html429 KB12/12/2021 12:34 PM