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:
dimonalik 2023-10-10 07:34:36 +03:00 committed by GitHub
parent 4f8fa3c44a
commit 1b4c4e7db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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