mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Made problem explanation more clear (#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 <tianyizheng02@gmail.com>
This commit is contained in:
parent
4f8fa3c44a
commit
1b4c4e7db2
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
YouTube Explanation: https://www.youtube.com/watch?v=f2xi3c1S95M
|
||||
|
||||
Given an integer n, return the minimum steps to 1
|
||||
Given an integer n, return the minimum steps from n to 1
|
||||
|
||||
AVAILABLE STEPS:
|
||||
* Decrement by 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user