houbb / houbb/houbb.github.io

Tiny update about a typo

Open Beginner friendly
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
39
Forks
15
PR merge metrics
No merged PRs in 30d

Description

https://houbb.github.io/2020/01/23/data-struct-learn-07-base-dp#%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92%E8%A7%A3%E6%B3%95

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.