Skip to content

Commit a6d3dbf

Browse files
Apply suggestions from code review
1 parent 9f89b8d commit a6d3dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/minimum_steps_to_one.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
YouTube Explanation: https://www.youtube.com/watch?v=f2xi3c1S95M
33
4-
Integer n is given, return the minimum steps from n to 1
4+
Given an integer n, return the minimum steps from n to 1
55
66
AVAILABLE STEPS:
77
* Decrement by 1

0 commit comments

Comments
 (0)