Thread Rating:
  • 0 Vote(s) - 0 Average
Share Thread:
Dynamic programming
#1
I want to know what is Dynamic programming?
Reply
#2
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.
Reply
#3
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.
Reply
#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
#5
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.
Reply
#6
Websites to learn Programming

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


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Ad

[-]
Top Articles
100+ Social Bookmarking Sites List
55+ Image Submission Sites List

[-]
Recent Posts
Google SERP Changes & Algorithm Updates - April 2024
Did you guys saw a dip in adsense or it remained the same?tabassum21 — 02:59 PM
Google SERP Changes & Algorithm Updates - April 2024
20% increase in traffic this week. Whatever G did at the weekend. It's definitely worke...Ambika_chauhan — 02:57 PM
Which is the most effective way to get targeted traffic via referral?
Referral traffic from social media and other what not's are free.Ambika_chauhan — 02:56 PM
HostXNow - All in One Thread
Their reseller hosting is really good. Very good support and friendly atmosphere. Excelle...lata21 — 06:21 AM
Which is the most effective way to get targeted traffic via referral?
Why it has to be referral traffic? Targeted traffic from any kind of means should be w...tabassum21 — 06:07 AM

[-]
Follow us on Facebook