jackfrued / jackfrued/Python-100-Days
Day16-20/code/example03.py
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
# 动态规划 - 保存可能进行重复运算的中间结果(空间换时间)
def fib(num, results={}):
这个方法是是动态规划,我把笔记本吃了
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The referenced entry point is Day16-20/code/example03.py, specifically fib(num, results={}). Start by reading that function and its surrounding lesson text; the issue does not state a requested change or a completion condition, so clarify the intended correction before editing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100