Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
Dynamic programming
#4
A DP is an algorithmic method which is generally based on a repeated formula and one starting states. A sub-solution of the issue is designed from previously found ones. DP solutions have a polynomial difficulty which assures a much faster going time than other techniques like backtracking, brute-force etc.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)