Agent Skill
2/7/2026

dynamic-programming

Dynamic Programming for MCM/ICM competitions. Use for multi-stage decision problems with optimal substructure (knapsack, shortest path, resource allocation, coin change). Breaks complex problems into overlapping subproblems and stores solutions to avoid recomputation.

S
spiral
0GitHub Stars
1Views
Skills Info
Original Name:dynamic-programmingAuthor:spiral