Dynamic Programming algorithms


  • Longest Increasing Subsequence
  • Longest Common Subsequence
  • Minimum Partition
  • Edit Distance
  • Longest Path In Matrix
  • Ways to Cover a Distance
  • Optimal Strategy for a Game
  • Subset Sum Problem
  • Boolean Parenthesization Problem
  • 0-1 Knapsack Problem

No comments:

Post a Comment

What is Normalization?

Database normalization is a data design and organization process applied to data structures based on rules that help building relational dat...