Dynamic Optimization - One Algorithm All Programmers Should Know
by Barry Stahl
Wed, Apr 01, 2015
Room:
Time:
0:00
This simple technique that every programmer should know can simplify certain types of problems tremendously, allowing us to find an optimal solution to difficult problems quickly and easily using a mathematical process called Dynamic Programming (not to be confused with Dynamic Languages or Functional Programming). In this session, we will run through examples of using this technique to solve several problems, both "on paper" and in code.