+ 2
What is Dynamic Programming?
Please, tell me in simple words.
2 Respuestas
+ 6
Dynamic programming is a computer programming technique where an algorithmic problem is first broken down into sub-problems, the results are saved, and then the sub-problems are optimized to find the overall solution