website/content.en/ChapterOne/Data_Structure.md
The following is data-structure-related knowledge compiled by the author. I hope to enumerate all common data structures as exhaustively as possible. If there are any omissions, everyone is welcome to enlighten me and submit a PR. Related problems are still being gradually organized, and explanatory articles are still being written.
Solving problems is only a means to improve algorithmic ability; the ultimate goal should be to improve one's own thinking ability. Knowledge needs to condense into blocks, so let's summarize these in these two sections of the first chapter and let it be elevated~ I hope that after readers finish solving problems, they will come back to look at this table and be able to clearly organize their own knowledge system, identify gaps, and improve it as early as possible.
| Data Structure | Variants | Related Problems | Explanatory Articles |
|---|---|---|---|
| Sequential Linear List: Vector | |||
| Vector | |||
| Singly Linked List | |||
| Singly Linked List | 1. Doubly Linked List Double Linked Lists |