krahets
|
a2d2011c78
|
Update some figures in bubble sort
and insertion sort
|
2 years ago |
krahets
|
eb8df49993
|
Update bubble sort and insertion sort.
|
2 years ago |
krahets
|
399e5df39a
|
Polish some cotents.
|
2 years ago |
krahets
|
7ca27c3df1
|
Prepare 1.0.0b3 release.
|
2 years ago |
krahets
|
ca76336a55
|
Fix C code in quick_sort.md
|
2 years ago |
Yudong Jin
|
dbc4906582
|
Publish the C codes to the docs. (#469)
|
2 years ago |
Yudong Jin
|
49606fd199
|
Add the chapter of backtracking. (#459)
|
2 years ago |
krahets
|
7273ee24e8
|
Fix the contents.
|
2 years ago |
krahets
|
9a74d9a9d1
|
Polish the chapter of searching and sorting.
|
2 years ago |
krahets
|
0bec52d7cc
|
Polish the chapter of heap, introduction, preface.
Replace "其它" with "其他"
|
2 years ago |
Yudong Jin
|
1c8b7ef559
|
refactor: Replace 结点 with 节点 (#452)
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
|
2 years ago |
krahets
|
de6945f55a
|
Polish the contents
1. Array and linked list.
2. Computational complexity.
3. Fix a mistake in counting_sort.md
|
2 years ago |
Yudong Jin
|
830ec69d39
|
Add bucket_sort.cpp and bucket_sort.py (#446)
|
2 years ago |
krahets
|
264adf250a
|
Polish the content of intro_to_sort
|
2 years ago |
krahets
|
423cc6fc2a
|
Update the summary of the sorting chapter.
|
2 years ago |
Yudong Jin
|
34a1bca627
|
Add the section of radix sort. (#441)
|
2 years ago |
krahets
|
c338a6d8d8
|
Add the section of bucket sort
|
2 years ago |
krahets
|
22898b6955
|
Simplify the contents of the sorting algorithms.
|
2 years ago |
krahets
|
f4e01ea32e
|
Update counting_sort.md
|
2 years ago |
krahets
|
326a56fdd9
|
Add the overview figure of counting sort.
|
2 years ago |
krahets
|
501502662c
|
Update quick_sort.md
|
2 years ago |
Yudong Jin
|
ceeb138487
|
Add the section of counting sort. (#427)
|
2 years ago |
Yudong Jin
|
9151eaf533
|
Add typing annotations to Python codes. (#411)
|
2 years ago |
krahets
|
198d1e6a23
|
Update sorting_algorithms_comparison.png
|
2 years ago |
krahets
|
18f2ec4fdc
|
Fix array_deque.java
Unify the book name.
Update cover image.
|
2 years ago |
krahets
|
0e67c07b28
|
Update sorting_algorithm_comparison.png
|
2 years ago |
krahets
|
c2d641537e
|
Add summary for the chapters of introduction, hashing, heap, graph, sorting
|
2 years ago |
krahets
|
23cda5e225
|
Add captions for all the animations.
|
2 years ago |
krahets
|
7aa44d212c
|
Remove all the table captions.
|
2 years ago |
krahets
|
9e99ac06ce
|
Update the captions of all the figures.
|
2 years ago |
krahets
|
b25aadae6f
|
Remove the file headers from the docs.
|
2 years ago |
krahets
|
2b33f7bc5f
|
Add step symbols in animations and unify font size for all the figures
|
2 years ago |
krahets
|
e500b19f5a
|
Update the labels of the figures.
|
2 years ago |
krahets
|
d87c9b5084
|
Add floating-point format in data_and_memory.md
|
2 years ago |
krahets
|
3daaf30f23
|
Update the symbols of the animations.
|
2 years ago |
krahets
|
88b00151b0
|
Remove the heading numbers
in all the source docs.
|
2 years ago |
krahets
|
d1e1d76162
|
Add sorce code blocks of C to the docs.
|
2 years ago |
krahets
|
ec25970e8e
|
Update .gitignore
Add build script for Zig.
|
2 years ago |
krahets
|
e8c78f89f0
|
Add build script for Go and update Go codes.
|
2 years ago |
krahets
|
6dc21691ed
|
Add build scripts for C# and
unify the coding style.
|
2 years ago |
krahets
|
38751cc5f5
|
Add build script for Swift.
|
2 years ago |
krahets
|
05f0054005
|
Add build script for JS and TS codes.
|
2 years ago |
krahets
|
22b7d65d20
|
Replace ```js with ```javascript
|
2 years ago |
krahets
|
0407cc720c
|
Fix Repo
|
2 years ago |
krahets
|
ecbf2d1560
|
1. Add build script for Java.
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
|
2 years ago |
krahets
|
ea901af217
|
1. Add the building util of Python
for the markdown docs.
2. Update the deploy.sh
|
2 years ago |
方圆
|
ea6a43b2b9
|
插入排序: 修改插入排序思想描述 (#322)
* 插入排序: 修改插入排序思想描述
* Update insertion_sort.md
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2 years ago |
Yudong Jin
|
592965595e
|
Fix code indentation.
|
2 years ago |
Yudong Jin
|
7ce7386bab
|
Add Zig code blocks.
|
2 years ago |
Yudong Jin
|
eb0afc98ec
|
Number the H1 and H2 headings.
|
2 years ago |