DP 1
DP 1
Easy :
Ugly numbers
Fibonacci numbers
Binomial Coefficient
Permutation Coefficient
Tiling Problem
Newman-Conway Sequence
Maximum difference of zeros and ones in binary string | Set 2 (O(n) time)
Maximum path sum for each position with jumps under divisibility condition
Maximum path sum that starting with any cell of 0-th row and ending with any cell of (N-1)-th row
Lobb Number
Eulerian Number
Delannoy Number
Entringer Number
Rencontres Number
Super Ugly Number (Number whose prime factors are in given set)
Bellman–Ford Algorithm
Temple Offerings
Box-Stacking Problem
Partition Problem
Variations of LIS
Count all possible walks from a source to a destination with exactly k edges
Count Derangements (Permutation such that no element appears in its original position)
Count total number of N digit numbers such that the difference between sum of even and odd digits is 1
Minimum cells required to reach destination with jumps equal to cell values
Minimum number of deletions and insertions to transform one string into another
Hosoya’s Triangle
Palindrome Partitioning
Largest area rectangular sub-matrix with equal number of 1’s and 0’s
Maximize arr[j] – arr[i] + arr[l] – arr[k], such that i < j < k < l
Maximum points from top left of matrix to bottom right and return back
Check whether row or column swaps produce maximum size binary sub-matrix with all 1s
Minimum Cost Polygon Triangulation
Find minimum possible size of array with given rules for removing elements
Minimum number of elements which are not part of Increasing or decreasing subsequence in array
Count of arrays in which all adjacent elements are such that one of them divide the another