Tiny update about a typo
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 39
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Hi @houbb ,
In the post above, in the 动态规划解法
I think there is one typo.
for(int j = 1; j <= i; j++>) {
I assume it should be
for(int j = 1; j <= i; j++) {
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
Open the linked post and locate the 动态规划解法 section containing the displayed for-loop. Compare the rendered code with the issue's suggested correction, update the post content, and verify that the corrected code block appears properly in the rendered article.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jekyll
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100