We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f89b8d commit a6d3dbfCopy full SHA for a6d3dbf
dynamic_programming/minimum_steps_to_one.py
@@ -1,7 +1,7 @@
1
"""
2
YouTube Explanation: https://www.youtube.com/watch?v=f2xi3c1S95M
3
4
-Integer n is given, return the minimum steps from n to 1
+Given an integer n, return the minimum steps from n to 1
5
6
AVAILABLE STEPS:
7
* Decrement by 1
0 commit comments