Dynamic Programming

View slides

Whenever you are faced with a problem it is normal to try to find a generic solution and then you implement that solution in code. But some problems might be too complex to solve by humans (and even engineers). Imagine you are a traveling salesman, about to visit 10 cities in Europe. You can visit them in any order. What’s the cheapest route? To find this out, we could use dynamic programming to let the computer solve the problem for us and just give us a result.

This is a theoretical talk that will introduce many algorithms in order to solve complex problems.

Joind.in

Events

Name City Date Media
PHP Serbia Belgrade 2018-05-25 Download
PHP Day Verona 2018-05-11 Download
Back