SEO MotionZ Forum
Dynamic programming - Printable Version

+- SEO MotionZ Forum (https://seomotionz.com)
+-- Forum: SEO Motionz Home (https://seomotionz.com/forumdisplay.php?fid=4)
+--- Forum: SEO Motionz Forum Community (https://seomotionz.com/forumdisplay.php?fid=12)
+---- Forum: General Discussions (https://seomotionz.com/forumdisplay.php?fid=3)
+---- Thread: Dynamic programming (/showthread.php?tid=822)



Dynamic programming - siva s - 07-21-2015

I want to know what is Dynamic programming?


Re: Dynamic programming - Pollsof - 02-21-2016

Search in wiki and read programming books. Any post is not enough to understand you. Just you have to search and research then you'll be able to learn more.


Re: Dynamic programming - jackfernandos - 02-10-2017

Dynamic programming is a method of solving a complex problem by breaking it down into a collection of simpler sub problems, solving each of those sub problems just once and storing their solutions.


Re: Dynamic programming - owenhallroh - 02-16-2017

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.


Re: Dynamic programming - damponting44 - 07-11-2018

Dynamic programming is both a mathematical optimization method and a computer programming method. It is a method of solving a complex problem by breaking it down into a collection of simpler subproblems and storing their solutions.


RE: Dynamic programming - charlesprabhu - 06-17-2022

Websites to learn Programming

Python - Programiz, Cousera, CodeAcademy 
JavaScript - Free Code Camp, Java point, W3School 
C/ C++ - Udemy, Khanacademy, Sololearn