Commit Graph

805 Commits

Author SHA1 Message Date
krahets 8347c2da36 Update the chapter of
introduction and complexity anylysis.
2023-08-28 04:34:25 +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 71692af8c4 Fix a figure. 2023-08-27 19:22:02 +08:00
krahets 9731a46d67 Fix a definition. 2023-08-27 00:50:18 +08:00
Liang Zhang debf42b189
Fix a typo (#695) 2023-08-26 23:24:46 +08:00
Yudong Jin 3e64f68ae9
Add the section of iteration and recursion. (#693) 2023-08-24 17:51:41 +08:00
krahets f524b957d4 Finetune and fix 2023-08-24 17:48:35 +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 f5dda8d99a Polish the content 2023-08-21 03:06:53 +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 5fb728b3d6 Update H1 titles. 2023-08-20 13:37:49 +08:00
krahets 70227c82cb Remove center-table from docs.
Add header to the tables.
2023-08-19 19:22:08 +08:00
Sizhuo Long 4eb621dda7
"Add Q&A sections to array/linked_list and tree chapters" (#682)
* "Add Q&A sections to array/linked_list and tree chapters"

Added question and answers related to the use of std::list in C++ and space complexity in full binary tree traversal to their respective chapters in array_and_linked_list and tree documentation.

* Update summary.md

* Update summary.md

* Update summary.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-08-18 02:49:53 +08:00
krahets c310edb672 Polish the chapter of array and linkedlist 2023-08-17 05:13:19 +08:00
liuyuxin 0858ab91c0
Add missing Dart codes and fix some errors (#689)
* Add missing Dart codes and fix some errors

* Update array_binary_tree.dart

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-08-17 05:04:38 +08:00
hpstory c9006c3fe6
fix(docs): add official configuration tutorial for csharp (#687)
* fix(docs): add official configuration tutorial for csharp

* Update installation.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-08-14 23:06:11 +08:00
krahets 0c18198c01 Fix the figures.
Polish the chapter of data structure.
2023-08-13 19:32:11 +08:00
krahets 6ef4dc6444 Fix the content 2023-08-10 11:35:16 +08:00
krahets 932d14644d Polish the content
Polish the chapter preface, introduction and complexity anlysis
2023-08-08 23:16:33 +08:00
埃拉 9ed16db68e
Complement to Rust code in the Chapter array and linked list / Time Complexity. (#657)
* Complement to Rust code in the Chapter array and linked list

* Complement to Rust code in the Time Complexity

* Remove this Rust struct from 380 to 383.

* Address the comments from @night-cruise

* Add more comments in list and time complexity

* Add more comments in linked list
2023-08-07 18:22:04 +08:00
krahets 4bc6b8af7b finetune 2023-08-06 23:19:37 +08:00
krahets 08e4924054 Finetune 2023-08-04 05:25:22 +08:00
Yudong Jin 71074d88f6
Add the section of binary search insertion. (#671)
Refactor the section of binary search edge.
Finetune the figures of binary search.
2023-08-04 05:16:56 +08:00
krahets 3d81b2d954 Update the opening phrase 2023-08-04 05:13:20 +08:00
krahets c7c33f19ac Update the opening phrase 2023-08-03 05:16:40 +08:00
Yudong Jin 43ed0e41d6
Add opening phrase for every chapters. (#670)
Update several chapter covers.
Fitune documens.
2023-08-03 04:40:29 +08:00
krahets 55615ab61d Update basic_data_types.md 2023-07-31 20:24:48 +08:00
Bubble9um a14f04e807
Update summary.md (#669)
小结倒数第二条中 MD5常用语 更改为 常用于
2023-07-31 19:07:07 +08:00
krahets dbe3b4d6ba Fine tune. 2023-07-31 03:27:26 +08:00
krahets 9e8aee04d5 Update number_encoding.md
Update the width of cover images.
2023-07-29 04:50:49 +08:00
krahets c9ec4c2625 Fix greedy_algorithm.md
Add a new Q&A
2023-07-29 02:09:55 +08:00
krahets b9b324b298 Use abbreviation for JavaScript and TypeScript 2023-07-26 15:35:38 +08:00
krahets 85d12360ed Prepare 1.0.0b4 release. 2023-07-26 11:56:32 +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 b067016bfa Update preorder_traversal_iii. 2023-07-25 16:39:38 +08:00
krahets 90af225dae Remove `-> None` for Python functions 2023-07-24 22:34:05 +08:00
hpstory 978d3c2ed7
fix(csharp): reformat csharp codes and docs (#652)
* fix(csharp): reformat the C# codes and docs

* Update time_complexity.md

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-07-24 19:50:00 +08:00
krahets 1777a16865 Fix Go comment and link 2023-07-24 13:11:00 +08:00
krahets 17f995b432 Finetune the chapter of hashing,
divide and conquer, backtracking, tree
2023-07-24 03:04:55 +08:00
krahets abec926c24 Finetune the documents.
Update mindmap.
Add the cover image of chapter appendix.
2023-07-22 04:29:08 +08:00
krahets c9daeeff2d Add the section of summary of greedy. 2023-07-21 22:54:26 +08:00
krahets e114ea2b65 Finetune the docments 2023-07-21 22:21:33 +08:00
William Yuan b676349dac
Update hash_map.md (#641) 2023-07-21 22:15:46 +08:00
Yudong Jin 075c3abf88
Add the section of max product cutting problem. (#642) 2023-07-21 21:56:14 +08:00