Commit Graph

49 Commits (main)

Author SHA1 Message Date
Fleey 6a74972080
fix(lang: c, chapters: searching, sorting): Some serious errors (#1531)
7 days ago
rongyi 21be3fdaf8
[Rust] Normalize mid calculation in case overflow (#1363)
6 months ago
Yudong Jin d484b08c15
Prepare 1.1.0 release (#1274)
7 months ago
Lanjing Gong aca850244b
fix(C): fix array_hash_map.c and bucket_sort.c (#1272)
7 months ago
Yudong Jin 034ee65e9a
Fix bugs and harmonize the code comments (#1199)
8 months ago
Yudong Jin 9769e14017
Fix the median_three mehod for quick sort (#1134)
8 months ago
Yudong Jin 01c67781fa
Bug fixes and improvements (#1133)
8 months ago
gonglja 3a559f1b60
Fix some code bugs (#1021)
11 months ago
Yudong Jin f68bbb0d59
Update the book based on the revised second edition (#1014)
11 months ago
krahets d9686e57dd Fix bubble_sort.c
11 months ago
gonglja d67c458caa
fix(codes/c): Fix bubble_sort.c (#983)
11 months ago
Yudong Jin e720aa2d24
feat: Revised the book (#978)
12 months ago
Yudong Jin b824d149cb
fix: Several code bug fixes (#973)
12 months ago
gonglja d960c99a1f
fix: bug fixes for array_hash_map.c and counting_sort.c (#968)
12 months ago
krahets bd8cda325e A few improvements to the C code.
1 year ago
Yudong Jin e441ee4e35
Re-implement merge sort function. (#888)
1 year ago
krahets dd72335235 Format C, C++, C#, Go, Java, Python, Rust code.
1 year ago
krahets 2626de8d0b Polish the chapter
1 year ago
gonglja 86209e0a7b
feat: Add C codes for bucket sort, heap sort, selection sort, binary search edge (#525)
1 year ago
krahets eb8df49993 Update bubble sort and insertion sort.
2 years ago
krahets f6d290d903 Update the comments of bubble sort
2 years ago
krahets 78c84dfec6 Fix counting_sort.c
2 years ago
krahets 145975b335 Rename the common modules in Java, C++ and C.
2 years ago
Yudong Jin dbc4906582
Publish the C codes to the docs. (#469)
2 years ago
krahets af0f92c18d Fine tune the C codes.
2 years ago
krahets 9a98ff8a5e Format the C code in Clang-Format Style: Microsoft
2 years ago
krahets 0bec52d7cc Polish the chapter of heap, introduction, preface.
2 years ago
Reanon cac38c0c93
feat(bucket_sort): add bucket_sort code in go/c (#443)
2 years ago
Yudong Jin 34a1bca627
Add the section of radix sort. (#441)
2 years ago
Guanngxu 9b0bdd929f
feat: add C merge sort (#434)
2 years ago
Yudong Jin 65e47b0748
Add Python and C++ code for the counting sort. (#436)
2 years ago
Guanngxu e539c44f63
feat: add C counting_sort (#430)
2 years ago
Reanon c837882dbd
feat(counting_sort): support counting_sort in c/go (#431)
2 years ago
krahets 0840bc2043 Fix the deconstructor of linkedlist_queue.cpp
2 years ago
krahets 0b72fef381 Fix quick_sort.py
2 years ago
Leo.Cai d249c8802e
add chapter_sorting by dart (#366)
2 years ago
Reanon da405b579d
Modify the code style of C (#299)
2 years ago
reanon d4d11d9f7d fix(sort): add c codes
2 years ago
reanon 744a37925f feat(sort): add c codes
2 years ago
reanon f72a1c6b3f feat(sort): add c codes
2 years ago
Yudong Jin 40b5be5302 Unify the naming of the C codes.
2 years ago
reanon 24cdcd54df feat(codes/c): add C include/ codes and modify exist C codes
2 years ago
Yudong Jin 0e49f0053a Update the format of the file headers
2 years ago
Yudong Jin 75217d5e8b Update bubble sort (C) and insertion sort (C).
2 years ago
L-Super 23bbaf12b9
Merge branch 'krahets:master' into patch-1
2 years ago
Listening 0dda12e0ab add insertion sort content
2 years ago
Yudong Jin 34ad07bfed Fine tune
2 years ago
Listening edf1029ac4 fixed the format of the file header
2 years ago
Listening 2ee6fcfef1 add bubble sort in C code
2 years ago