Index | Problem | Prerequisite |
---|---|---|
1 | Largest Rectangle in Histogram | None |
2 | Stock Span Problem | None |
3 | Reverse a Stack without using extra space | Recursion |
4 | Delete middle element of stack | Recursion |
5 | Sort a Stack | Recursion |
6 | Longest Valid Parentheses | None |
Index | Problem | Prerequisite |
---|---|---|
1 | Range Minimum Query | None |
2 | Help Ashu | None |
Index | Problem | Prerequisite |
---|---|---|
1 | Activity Selection | Caution: Wrong test case on Geeks for Geeks |
2 | Egyptian Factors | Mathematics |
3 | Job Sequencing Problem | None |
4 | Water Connection Problem | None |
5 | Police Catch Thieves | None |
6 | Minimum swaps for Bracket Balance | None |
7 | Fitting Shelves Problem | None |
8 | Assign Mice Holes | None |
Index | Problem | Prerequisite |
---|---|---|
1 | Hamburgers | Basic Binary Search |