Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b4c4e7

Browse filesBrowse files
dimonalikgithub-actionstianyizheng02
authored
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>
1 parent 4f8fa3c commit 1b4c4e7
Copy full SHA for 1b4c4e7

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎dynamic_programming/minimum_steps_to_one.py‎

Copy file name to clipboardExpand all lines: dynamic_programming/minimum_steps_to_one.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.