Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 186 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 186 Bytes

Robot-Coin-Collector

This program returns the best path to pick up coins in a grid, given the constraint of multipliers increasing your score.

This program uses Dynamic Programming.