Yudong Jin
5e2eef0b4d
Adding the chapter of hello_algo and bug fixes ( #1217 )
...
* Add the chapter of hello_algo
* Remove the comment field from the landing page
* Update the link in the landing page
* Fix a typo
* Bug fiixes
* Fix the bug of underlined terms
* Fix the format of English terms
* Fix "静态数据结构" vs. "动态数据结构" in classification_of_data_structure.md
2024-04-03 21:05:16 +08:00
Yudong Jin
2b1a98fb61
Use underline format for the technical terms ( #1213 )
...
* Use underline format for the technical terms
* Bug fixes
2024-04-03 03:52:17 +08:00
Yudong Jin
f68bbb0d59
Update the book based on the revised second edition ( #1014 )
...
* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition
2023-12-28 18:06:09 +08:00
Yudong Jin
e720aa2d24
feat: Revised the book ( #978 )
...
* Sync recent changes to the revised Word.
* Revised the preface chapter
* Revised the introduction chapter
* Revised the computation complexity chapter
* Revised the chapter data structure
* Revised the chapter array and linked list
* Revised the chapter stack and queue
* Revised the chapter hashing
* Revised the chapter tree
* Revised the chapter heap
* Revised the chapter graph
* Revised the chapter searching
* Reivised the sorting chapter
* Revised the divide and conquer chapter
* Revised the chapter backtacking
* Revised the DP chapter
* Revised the greedy chapter
* Revised the appendix chapter
* Revised the preface chapter doubly
* Revised the figures
2023-12-02 06:21:34 +08:00
Yudong Jin
faa44fecd2
Squash the language code blocks and fix list.md ( #865 )
2023-10-16 12:06:00 -05:00
krahets
346c8451de
Fix code naming style.
2023-10-15 21:18:09 +08:00
krahets
b39c2a94d3
Move docs/zh back to docs.
...
Move docs/overrides to overrides/.
Other fine tunes.
2023-10-08 04:25:06 +08:00
krahets
6f7e768cb7
Move docs/* to docs/zh/*
2023-10-08 01:33:09 +08:00
krahets
400b3914f6
Move docs/zh back to docs.
2023-10-08 01:22:57 +08:00
krahets
f1ef7e9d10
Move documents to a sub-directory
...
to support multi-language selector.
2023-10-06 00:57:28 +08:00
Yudong Jin
9c3b7b6422
Sort the coding languages by applications. ( #721 )
2023-09-04 03:19:08 +08:00
krahets
57851ab11e
Update punctuation
2023-08-27 23:40:39 +08:00
krahets
c5a7323817
Replace ":" with "。"
2023-08-27 22:49:47 +08:00
krahets
9731a46d67
Fix a definition.
2023-08-27 00:50:18 +08:00
krahets
1aa558bd2d
Add figure and table numbers in normal texts.
2023-08-22 13:51:25 +08:00
krahets
106f02809a
Mention figures and tables in normal texts.
...
Fix some figures.
Finetune texts.
2023-08-21 19:33:45 +08:00
krahets
1aff6d6cc2
Polish the content.
2023-08-21 03:57:09 +08:00
krahets
981144e42d
1. lower-case nouns
...
2. fix 2 figures
3. Replace some 「」 by “”
2023-08-20 23:28:30 +08:00
krahets
2626de8d0b
Polish the chapter
...
introduction, computational complexity.
2023-08-20 14:51:39 +08:00
krahets
dbe3b4d6ba
Fine tune.
2023-07-31 03:27:26 +08:00
krahets
b9b324b298
Use abbreviation for JavaScript and TypeScript
2023-07-26 15:35:38 +08:00
Yudong Jin
027bdd6510
Release Rust code to documents. ( #656 )
2023-07-26 11:00:53 +08:00
krahets
63a0e73df0
Unify punctuation.
2023-07-26 08:59:36 +08:00
krahets
35973068a7
Prepare for release 1.0.0b4
2023-07-26 03:15:49 +08:00
krahets
1777a16865
Fix Go comment and link
2023-07-24 13:11:00 +08:00
krahets
ca5bde2b6c
Add subtitles to docs
2023-07-21 21:54:51 +08:00
krahets
f839dc1b0e
Fix naming of the section
...
build_binary_tree_problem
2023-07-17 02:18:53 +08:00
krahets
bbf8aa2019
Add the summary of chapter DP.
...
Finetune the articles of DP.
2023-07-14 02:54:47 +08:00
krahets
465dafe9ec
Update the text and code of DP.
2023-07-10 20:36:48 +08:00
krahets
cddddb8b8b
Update knapsack_problem and intro_to_dp
...
Fix avl_tree
2023-07-09 02:39:58 +08:00
krahets
9b15072a85
Update the chapter of DP.
2023-07-03 16:35:37 +08:00
krahets
067e9d4fd1
Update intro_to_dp
2023-07-02 03:56:40 +08:00
krahets
663ac70064
Divide the intro_to_dp into two sections.
2023-07-01 22:38:20 +08:00
krahets
69920a0599
Fix binary search.
...
Finetune a figure in intro_to_dp.
2023-07-01 20:07:21 +08:00
krahets
d8b2eb1a32
Fix the introduction to DP.
2023-07-01 05:02:01 +08:00
krahets
920512d872
Update the section of intro to DP.
2023-07-01 03:02:50 +08:00
Yudong Jin
3f03663d2e
feat: add the section of the introduction to dynamic programming ( #571 )
...
* add the section of the introduction to
dynamic programming
* add a code comments.
2023-06-30 04:31:43 +08:00