Talk in English - US at PHP Serbia Conference 2018
Track Name:
Track A
View Slides: https://nyholm.tech/presentation/dynamic-programming.html
Short URL: https://joind.in/talk/566f7
(QR-Code (opens in new window))
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.
Comments
Comments are closed.
Such a great speaker, very easy to listen.
Tobias spiced the conference with math and algorithms. Liked it a lot even if I am not into graph DBs at the moment
First I though - who is going to talk about DP more then 2 minutes, it's all clear. But then I was nicely surprised that the talk was actually about some basic graph theory and how DP is used in some famous algorithms. It was interesting indeed.
Overall great talk and introduction to graph theory and it's application in computing.
I really love talks that takes us out of our comfort zone and this one was brilliantly done.
Thank you Tobias!
Good to see some CS topics like this being treated at conferences. Great talk, and the animations really help to get the message across.