selagroup / sdp-june2016-cfp

Call for papers for the Sela Developer Practice, June 2016
1 stars 6 forks source link

Dynamic Optimization - One Algorithm All Programmers Should Know #25

Open bsstahl opened 8 years ago

bsstahl commented 8 years ago

Dynamic Optimization - One Algorithm All Programmers Should Know

Type: Breakout session

Speaker: Barry S. Stahl

Technical level: Intermediate

Abstract: 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.

Prerequisites: Code examples are in C# so a basic knowledge of C# and its metaphors is helpful.

bsstahl commented 8 years ago

FYI - there is no overlap or dependency between this talk and #31.