Commit Graph

106 Commits (11c835d79c1ac1a648bb2b387b8894c07c487817)

Author SHA1 Message Date
krahets 11c835d79c Update the section of heap.
2 years ago
krahets b9178bc7d6 Polish some texts.
2 years ago
krahets dc49fdf75e Polish some contents.
2 years ago
krahets 38c56b581a Fix the figures of selection sort.
2 years ago
Yudong Jin 77b4f4c400
Add the section of selection sort. (#513)
2 years ago
krahets 5dff1bd0e8 Update the insertion sort.
2 years ago
krahets 588980af86 Update the sorting algorithms.
2 years ago
krahets a2d2011c78 Update some figures in bubble 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.
2 years ago
Yudong Jin 1c8b7ef559
refactor: Replace 结点 with 节点 (#452)
2 years ago
krahets de6945f55a Polish the contents
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
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
2 years ago
krahets d1e1d76162 Add sorce code blocks of C to the docs.
2 years ago
krahets ec25970e8e Update .gitignore
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
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