Coding Minutes _ Practice Questions on Leetcode
Coding Minutes _ Practice Questions on Leetcode
Section 7 : Recursion:
Permutations(similar)
https://leetcode.com/problems/permutations/
Sudoku
https://leetcode.com/problems/sudoku-solver/
N-Queens
https://leetcode.com/problems/n-queens/
Rat in a maze
https://practice.geeksforgeeks.org/problems/rat-in-a-maze-problem/1
Longest Path
https://practice.geeksforgeeks.org/problems/longest-path-in-a-matrix3019/1
Create/design
https://leetcode.com/problems/design-linked-list/
Middle Element
https://leetcode.com/problems/middle-of-the-linked-list/
Simplify Path
https://leetcode.com/problems/simplify-path/
Stock Span
https://leetcode.com/problems/online-stock-span/
Left View
https://practice.geeksforgeeks.org/problems/left-view-of-binary-tree/1
Siblings Swap/flip
https://leetcode.com/problems/flip-equivalent-binary-trees/
Section 11 : BST
Search element
https://practice.geeksforgeeks.org/problems/search-a-node-in-bst/1
Is BST
https://leetcode.com/problems/validate-binary-search-tree/
Running Median
https://leetcode.com/problems/find-median-from-data-stream/
Section 13 : Hashing
Group Anagrams :
https://leetcode.com/problems/group-anagrams/
Section 14 : Tries :
https://leetcode.com/problems/maximum-xor-of-two-numbers-in-an-array/
Section 15 : Graphs
Astronaut Pairs :
https://www.hackerrank.com/challenges/journey-to-the-moon/problem
Section 16 : 1D DP
Frog jump :
https://leetcode.com/problems/jump-game-ii/
Section 17 : 2D DP
Coin change 2 :
https://leetcode.com/problems/coin-change-2/
Mixtures Spoj :
https://www.spoj.com/problems/MIXTURES/
Edit Distance :
https://leetcode.com/problems/edit-distance/
Wildcard Pattern :
https://leetcode.com/problems/wildcard-matching/
Palindrom Partitioning :
https://leetcode.com/problems/palindrome-partitioning-ii