Implemented minimum steps to one using tabulation.#3911
Implemented minimum steps to one using tabulation.#3911poyea merged 3 commits intoTheAlgorithms:masterfrom
Conversation
Pull Request Report@echoaj Hello! I'm a bot made to check all the pull request Python files. First of all, I want to say thank you for your time and interest in this project and for opening a pull request. I have detected errors in some of the Python files submitted in this pull request. Please read through the report and make the necessary changes. You can take a look at the relevant links provided after the report. What are node paths?The report contain headings and a checklist where the items are paths to the class/function/parameter where the error is present. Node paths are double colon
Following class/functions/parameters require descriptive names:
Relevant links:
|
Made the parameter "n" more descriptive. Changed it to number
pj46280
left a comment
There was a problem hiding this comment.
Just a change from 'n' to 'number' 👌.
poyea
left a comment
There was a problem hiding this comment.
Thank you for your pull request!🤩
|
<atom:link
https://m.me/boblisa.estep.7477
|
* Implemented minimum steps to one using tabulation. * Update minimum_steps_to_one.py Made the parameter "n" more descriptive. Changed it to number * `n` to `number` Co-authored-by: John Law <johnlaw.po@gmail.com>
* Implemented minimum steps to one using tabulation. * Update minimum_steps_to_one.py Made the parameter "n" more descriptive. Changed it to number * `n` to `number` Co-authored-by: John Law <johnlaw.po@gmail.com>
* Implemented minimum steps to one using tabulation. * Update minimum_steps_to_one.py Made the parameter "n" more descriptive. Changed it to number * `n` to `number` Co-authored-by: John Law <johnlaw.po@gmail.com>
* Implemented minimum steps to one using tabulation. * Update minimum_steps_to_one.py Made the parameter "n" more descriptive. Changed it to number * `n` to `number` Co-authored-by: John Law <johnlaw.po@gmail.com>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.