website/content.en/ChapterOne/Algorithm.md
The following is algorithm-related knowledge compiled by the author. I hope to enumerate all common algorithms exhaustively. If anything is missing, everyone is welcome to give advice and submit PRs. Related problems are still being gradually organized, and explanatory articles are still being created.
Solving problems is only a means to improve algorithmic ability; the ultimate goal should be to improve one's thinking ability. Knowledge needs to be condensed into blocks, so summarize these in the two sections of Chapter 1 and let it be sublimated~ I hope readers will come back to look at this table after finishing problem practice, so they can clearly organize their own knowledge system, check for gaps, and improve it as soon as possible.
| Algorithm | Specific Type | Related Problems | Explanatory Articles |
|---|---|---|---|
| Sorting Algorithms | 1. Bubble Sort |