software
 






 

Question by  girluz (2)

What is meant by dynamic programming?

 
+8

Answer by  professional (21)

Dynamic programming is a way to solve search and optimization problems which exhibit the characteristics of overlapping subproblems that are reused in the solution where solving them individually would facilitate solving the original problem.

 
+7

Answer by  Kit (558)

Dynamic programming is a way of using any computer programming languange to break down any complex problems into simple steps or procedures that are more easier to execute than a whole big task. Some times it is called a Top down dynamic prorgammming where by the results of a calculations are stored

 
+7

Answer by  nickl2000 (540)

Dynamic Programming is designing screens and pages that are different based on the information that it needs to pull up

 
+6

Answer by  Vlad78 (21)

In dynamic programming a complex problem will be split into multiple sub-problems thus making it easier to solve. A good example is moving a chess horse to cover the board.

 
+5

Answer by  gigo (1706)

Dynamic programming is an alternative to recursive programming. You divide your problem in little part problems, solve them and store the result of the problems to solve the main problem.

 
+5

Answer by  BBBrian (282)

Dynamic programming can usually refer to a scripting language like javascript or php. Those are the main ones but there are a plethora of different programming options. PHP and javascript are the main ones though if you're talking about HTML.

 
+1

Answer by  Mkg (64)

Dynamic programming is a problem solving method used in computer science & matematics.When there are same problems, which are repeatedly solved, DP is used.

 
+1

Answer by  Ferrant (69)

A dynamic programm is used in websites which requieres to extract informations from a database, which means that the content of the web site pages changes on every interaction. The most significant as a dynamic programming websites are those with an online shop. The language widely used is PHP but it may be also : cfm, Perl, ASP, Java...

 
You have 50 words left!