Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Dynamic Programming

Dynamic programming is a method of solving a problem by saving partial results to avoid recomputation. This can allow a problem to be solved that was previously taking to long (runtime limit exceeded).