├── 0-1 Knapsack ├── 1 Two Sum ├── 10 Regular Expression Matching ├── 100 Same Tree ├── 101 Symmetric Tree ├── 1024 Video Stitching ├── 1046 Last Stone Weight ├── 1047 Remove All Adjacent Duplicates In String ├── 1143 Longest Common Subsequence ├── 118 Pascal's Triangle ├── 119 Pascal's Triangle II ├── 1190 Reverse Substrings Between Each Pair of Parentheses ├── 1209 Remove All Adjacent Duplicates in String II ├── 121 Best Time to Buy and Sell Stock ├── 122 Best Time to Buy and Sell Stock II ├── 123 Best Time to Buy and Sell Stock III ├── 1249 Minimum Remove to Make Valid Parentheses ├── 125 Valid Palindrome ├── 1277 Count Square Submatrices with All Ones ├── 1306 Jump Game III ├── 131 Palindrome Partitioning ├── 1312 Minimum Insertion Steps to Make a String Palindrome ├── 1326 Minimum Number of Taps to Open to Water a Garden ├── 1345 Jump Game IV ├── 136 Single Number ├── 1461 Check If a String Contains All Binary Codes of Size K ├── 1486 XOR Operation in an Array ├── 15 3Sum ├── 1553 Minimum Number of Days to Eat N Oranges ├── 162 Find Peak Element ├── 164 Maximum Gap ├── 167 Two Sum II - Input array is sorted ├── 17 Letter Combinations of a Phone Number ├── 172 Factorial Trailing Zeroes ├── 188 Best Time to Buy and Sell Stock IV ├── 20 Valid Parentheses ├── 200 Number of Islands ├── 216 Combination Sum III ├── 22 Generate Parentheses ├── 231 Power of Two ├── 235 Lowest Common Ancestor of a Binary Search Tree ├── 252 Meeting Rooms ├── 253 Meeting Rooms II ├── 268 Missing Number ├── 287 Find the Duplicate Number ├── 3 Longest Substring Without Repeating Characters ├── 30 Substring with Concatenation of All Words ├── 31 Next Permutation ├── 319 Bulb Switcher ├── 32 Longest Valid Parentheses ├── 329 Longest Increasing Path in a Matrix ├── 336 Palindrome Pairs ├── 34 Find First and Last Position of Element in Sorted Array ├── 347 Top K Frequent Elements ├── 36 Valid Sudoku ├── 39 Combination Sum ├── 40 Combination Sum II ├── 416 Partition Equal Subset Sum ├── 417 Pacific Atlantic Water Flow ├── 42 Trapping Rain Water ├── 438 Find All Anagrams in a String ├── 44 Wildcard Matching ├── 45 Jump Game II ├── 451 Sort Characters By Frequency ├── 46 Permutations ├── 48 Rotate Image ├── 484 Find Permutation ├── 49 Group Anagrams ├── 516 Longest Palindromic Subsequence ├── 53 Maximum Subarray ├── 54 Spiral Matrix ├── 55 Jump Game ├── 56 Merge Intervals ├── 581 Shortest Unsorted Continuous Subarray ├── 59 Spiral Matrix II ├── 62 Unique Paths ├── 63 Unique Paths II ├── 639 Decode Ways II ├── 64 Minimum Path Sum ├── 654 Maximum Binary Tree ├── 680 Valid Palindrome II ├── 682 Baseball Game ├── 7 Reverse Integer ├── 74 Search a 2D Matrix ├── 76 Minimum Window Substring ├── 77 Combinations ├── 78 Subsets ├── 84 Largest Rectangle in Histogram ├── 85 Maximal Rectangle ├── 856 Score of Parentheses ├── 9 Palindrome Number ├── 90 Subsets II ├── 91 Decode Ways ├── 980 Unique Paths III ├── Best Time to Buy and Sell Stock (Part1+Part2+Part3+Part4) - DP Version ├── Increasing Path in Matrix ├── Largest area of rectangle with permutations ├── Maximum Size Square Sub-matrix ├── Maximum Sum Square SubMatrix ├── Min Steps in Infinite Grid ├── Subset Sum Problem! └── WoodCutting Made Easy! /0-1 Knapsack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/0-1 Knapsack -------------------------------------------------------------------------------- /1 Two Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1 Two Sum -------------------------------------------------------------------------------- /10 Regular Expression Matching: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/10 Regular Expression Matching -------------------------------------------------------------------------------- /100 Same Tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/100 Same Tree -------------------------------------------------------------------------------- /101 Symmetric Tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/101 Symmetric Tree -------------------------------------------------------------------------------- /1024 Video Stitching: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1024 Video Stitching -------------------------------------------------------------------------------- /1046 Last Stone Weight: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1046 Last Stone Weight -------------------------------------------------------------------------------- /1047 Remove All Adjacent Duplicates In String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1047 Remove All Adjacent Duplicates In String -------------------------------------------------------------------------------- /1143 Longest Common Subsequence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1143 Longest Common Subsequence -------------------------------------------------------------------------------- /118 Pascal's Triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/118 Pascal's Triangle -------------------------------------------------------------------------------- /119 Pascal's Triangle II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/119 Pascal's Triangle II -------------------------------------------------------------------------------- /1190 Reverse Substrings Between Each Pair of Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1190 Reverse Substrings Between Each Pair of Parentheses -------------------------------------------------------------------------------- /1209 Remove All Adjacent Duplicates in String II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1209 Remove All Adjacent Duplicates in String II -------------------------------------------------------------------------------- /121 Best Time to Buy and Sell Stock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/121 Best Time to Buy and Sell Stock -------------------------------------------------------------------------------- /122 Best Time to Buy and Sell Stock II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/122 Best Time to Buy and Sell Stock II -------------------------------------------------------------------------------- /123 Best Time to Buy and Sell Stock III: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/123 Best Time to Buy and Sell Stock III -------------------------------------------------------------------------------- /1249 Minimum Remove to Make Valid Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1249 Minimum Remove to Make Valid Parentheses -------------------------------------------------------------------------------- /125 Valid Palindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/125 Valid Palindrome -------------------------------------------------------------------------------- /1277 Count Square Submatrices with All Ones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1277 Count Square Submatrices with All Ones -------------------------------------------------------------------------------- /1306 Jump Game III: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1306 Jump Game III -------------------------------------------------------------------------------- /131 Palindrome Partitioning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/131 Palindrome Partitioning -------------------------------------------------------------------------------- /1312 Minimum Insertion Steps to Make a String Palindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1312 Minimum Insertion Steps to Make a String Palindrome -------------------------------------------------------------------------------- /1326 Minimum Number of Taps to Open to Water a Garden: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1326 Minimum Number of Taps to Open to Water a Garden -------------------------------------------------------------------------------- /1345 Jump Game IV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1345 Jump Game IV -------------------------------------------------------------------------------- /136 Single Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/136 Single Number -------------------------------------------------------------------------------- /1461 Check If a String Contains All Binary Codes of Size K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1461 Check If a String Contains All Binary Codes of Size K -------------------------------------------------------------------------------- /1486 XOR Operation in an Array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1486 XOR Operation in an Array -------------------------------------------------------------------------------- /15 3Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/15 3Sum -------------------------------------------------------------------------------- /1553 Minimum Number of Days to Eat N Oranges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/1553 Minimum Number of Days to Eat N Oranges -------------------------------------------------------------------------------- /162 Find Peak Element: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/162 Find Peak Element -------------------------------------------------------------------------------- /164 Maximum Gap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/164 Maximum Gap -------------------------------------------------------------------------------- /167 Two Sum II - Input array is sorted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/167 Two Sum II - Input array is sorted -------------------------------------------------------------------------------- /17 Letter Combinations of a Phone Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/17 Letter Combinations of a Phone Number -------------------------------------------------------------------------------- /172 Factorial Trailing Zeroes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/172 Factorial Trailing Zeroes -------------------------------------------------------------------------------- /188 Best Time to Buy and Sell Stock IV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/188 Best Time to Buy and Sell Stock IV -------------------------------------------------------------------------------- /20 Valid Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/20 Valid Parentheses -------------------------------------------------------------------------------- /200 Number of Islands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/200 Number of Islands -------------------------------------------------------------------------------- /216 Combination Sum III: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/216 Combination Sum III -------------------------------------------------------------------------------- /22 Generate Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/22 Generate Parentheses -------------------------------------------------------------------------------- /231 Power of Two: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/231 Power of Two -------------------------------------------------------------------------------- /235 Lowest Common Ancestor of a Binary Search Tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/235 Lowest Common Ancestor of a Binary Search Tree -------------------------------------------------------------------------------- /252 Meeting Rooms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/252 Meeting Rooms -------------------------------------------------------------------------------- /253 Meeting Rooms II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/253 Meeting Rooms II -------------------------------------------------------------------------------- /268 Missing Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/268 Missing Number -------------------------------------------------------------------------------- /287 Find the Duplicate Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/287 Find the Duplicate Number -------------------------------------------------------------------------------- /3 Longest Substring Without Repeating Characters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/3 Longest Substring Without Repeating Characters -------------------------------------------------------------------------------- /30 Substring with Concatenation of All Words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/30 Substring with Concatenation of All Words -------------------------------------------------------------------------------- /31 Next Permutation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/31 Next Permutation -------------------------------------------------------------------------------- /319 Bulb Switcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/319 Bulb Switcher -------------------------------------------------------------------------------- /32 Longest Valid Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/32 Longest Valid Parentheses -------------------------------------------------------------------------------- /329 Longest Increasing Path in a Matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/329 Longest Increasing Path in a Matrix -------------------------------------------------------------------------------- /336 Palindrome Pairs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/336 Palindrome Pairs -------------------------------------------------------------------------------- /34 Find First and Last Position of Element in Sorted Array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/34 Find First and Last Position of Element in Sorted Array -------------------------------------------------------------------------------- /347 Top K Frequent Elements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/347 Top K Frequent Elements -------------------------------------------------------------------------------- /36 Valid Sudoku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/36 Valid Sudoku -------------------------------------------------------------------------------- /39 Combination Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/39 Combination Sum -------------------------------------------------------------------------------- /40 Combination Sum II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/40 Combination Sum II -------------------------------------------------------------------------------- /416 Partition Equal Subset Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/416 Partition Equal Subset Sum -------------------------------------------------------------------------------- /417 Pacific Atlantic Water Flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/417 Pacific Atlantic Water Flow -------------------------------------------------------------------------------- /42 Trapping Rain Water: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/42 Trapping Rain Water -------------------------------------------------------------------------------- /438 Find All Anagrams in a String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/438 Find All Anagrams in a String -------------------------------------------------------------------------------- /44 Wildcard Matching: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/44 Wildcard Matching -------------------------------------------------------------------------------- /45 Jump Game II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/45 Jump Game II -------------------------------------------------------------------------------- /451 Sort Characters By Frequency: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/451 Sort Characters By Frequency -------------------------------------------------------------------------------- /46 Permutations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/46 Permutations -------------------------------------------------------------------------------- /48 Rotate Image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/48 Rotate Image -------------------------------------------------------------------------------- /484 Find Permutation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/484 Find Permutation -------------------------------------------------------------------------------- /49 Group Anagrams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/49 Group Anagrams -------------------------------------------------------------------------------- /516 Longest Palindromic Subsequence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/516 Longest Palindromic Subsequence -------------------------------------------------------------------------------- /53 Maximum Subarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/53 Maximum Subarray -------------------------------------------------------------------------------- /54 Spiral Matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/54 Spiral Matrix -------------------------------------------------------------------------------- /55 Jump Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/55 Jump Game -------------------------------------------------------------------------------- /56 Merge Intervals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/56 Merge Intervals -------------------------------------------------------------------------------- /581 Shortest Unsorted Continuous Subarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/581 Shortest Unsorted Continuous Subarray -------------------------------------------------------------------------------- /59 Spiral Matrix II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/59 Spiral Matrix II -------------------------------------------------------------------------------- /62 Unique Paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/62 Unique Paths -------------------------------------------------------------------------------- /63 Unique Paths II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/63 Unique Paths II -------------------------------------------------------------------------------- /639 Decode Ways II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/639 Decode Ways II -------------------------------------------------------------------------------- /64 Minimum Path Sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/64 Minimum Path Sum -------------------------------------------------------------------------------- /654 Maximum Binary Tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/654 Maximum Binary Tree -------------------------------------------------------------------------------- /680 Valid Palindrome II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/680 Valid Palindrome II -------------------------------------------------------------------------------- /682 Baseball Game: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/682 Baseball Game -------------------------------------------------------------------------------- /7 Reverse Integer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/7 Reverse Integer -------------------------------------------------------------------------------- /74 Search a 2D Matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/74 Search a 2D Matrix -------------------------------------------------------------------------------- /76 Minimum Window Substring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/76 Minimum Window Substring -------------------------------------------------------------------------------- /77 Combinations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/77 Combinations -------------------------------------------------------------------------------- /78 Subsets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/78 Subsets -------------------------------------------------------------------------------- /84 Largest Rectangle in Histogram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/84 Largest Rectangle in Histogram -------------------------------------------------------------------------------- /85 Maximal Rectangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/85 Maximal Rectangle -------------------------------------------------------------------------------- /856 Score of Parentheses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/856 Score of Parentheses -------------------------------------------------------------------------------- /9 Palindrome Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/9 Palindrome Number -------------------------------------------------------------------------------- /90 Subsets II: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/90 Subsets II -------------------------------------------------------------------------------- /91 Decode Ways: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/91 Decode Ways -------------------------------------------------------------------------------- /980 Unique Paths III: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/980 Unique Paths III -------------------------------------------------------------------------------- /Best Time to Buy and Sell Stock (Part1+Part2+Part3+Part4) - DP Version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Best Time to Buy and Sell Stock (Part1+Part2+Part3+Part4) - DP Version -------------------------------------------------------------------------------- /Increasing Path in Matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Increasing Path in Matrix -------------------------------------------------------------------------------- /Largest area of rectangle with permutations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Largest area of rectangle with permutations -------------------------------------------------------------------------------- /Maximum Size Square Sub-matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Maximum Size Square Sub-matrix -------------------------------------------------------------------------------- /Maximum Sum Square SubMatrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Maximum Sum Square SubMatrix -------------------------------------------------------------------------------- /Min Steps in Infinite Grid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Min Steps in Infinite Grid -------------------------------------------------------------------------------- /Subset Sum Problem!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/Subset Sum Problem! -------------------------------------------------------------------------------- /WoodCutting Made Easy!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prakashshuklahub/Interview-Questions/HEAD/WoodCutting Made Easy! --------------------------------------------------------------------------------