TheAlgorithms-Python/dynamic_programming
Alex Joslin e7ab06f5de
Implemented minimum steps to one using tabulation. (#3911)
* Implemented minimum steps to one using tabulation.

* Update minimum_steps_to_one.py

Made the parameter "n" more descriptive.  Changed it to number

* `n` to `number`

Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-12-09 17:22:07 +08:00
..
2020-04-17 20:04:30 +02:00
2020-10-24 00:55:13 +08:00