Skip to content

Commit 1b4c4e7

Browse files
dimonalikgithub-actionstianyizheng02
authored
Made problem explanation more clear (TheAlgorithms#9841)
* Update minimum_steps_to_one.py Made the problem explanation more clear and readable * updating DIRECTORY.md * Apply suggestions from code review --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Tianyi Zheng <[email protected]>
1 parent 4f8fa3c commit 1b4c4e7

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-
Given an integer n, return the minimum steps 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)