fibonacci_dynamic_recursion.py
This file contains a solution to the Fibonacci series with recursion using the memoization technique.
Describe your change:
- [x] Add an algorithm?
- [ ] Fix a bug or typo in an existing algorithm?
- [ ] Documentation change?
Checklist:
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized.
- [ ] I know that pull requests will not be merged if they fail the automated tests.
- [ ] This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
- [x] All new Python files are placed inside an existing directory.
- [x] All filenames are in all lowercase characters with no spaces or dashes.
- [x] All functions and variable names follow Python naming conventions.
- [x] All function parameters and return values are annotated with Python type hints.
- [ ] All functions have doctests that pass the automated testing.
- [ ] All new algorithms have a URL in its comments that points to Wikipedia or other similar explanation.
- [ ] If this pull request resolves one or more open issues then the commit message contains
Fixes: #{$ISSUE_NO}.
Hi! There are versions like this which is similar to yours. You may improve this version.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The filename has the same typo as the doc comment
I cannot see why merging is blocked?
The filename has the same typo as the doc comment
Changed it
I cannot see why merging is blocked?
Don't worry, it's ok. Currently, the PR is missing a review from a code-owner, that's why it says "blocked", because of the automated system that checks PRs
What is a pre-commit issue, and how can I solve it?
What is a pre-commit issue, and how can I solve it?
I guess it's like the preliminary checks before a commit is accepted. To solve it, you need to know what you're going to solve:
According to the "details link", the log says that the memo var is missing a type annotation, and there's some part of the file that isn't formatted according to the "Python Black style"
In preparation for that denial-of-service attack that is Hacktoberfest, I am closing all pull requests that have failing tests.
Does that mean it already exists? I checked in dynamic programming folder it wasn't there
On Thu, 12 May, 2022, 9:04 am John Law, @.***> wrote:
Hi! There are versions like this https://github.com/TheAlgorithms/Python/blob/master/maths/fibonacci.py which is similar to yours. You may improve this version.
— Reply to this email directly, view it on GitHub https://github.com/TheAlgorithms/Python/pull/6137#issuecomment-1124496234, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFUY6IPNP67DT2RWC55A6T3VJR35RANCNFSM5VO2RXUA . You are receiving this because you authored the thread.Message ID: @.***>