krahets
eb8df49993
Update bubble sort and insertion sort.
2023-05-23 21:20:14 +08:00
krahets
f6d290d903
Update the comments of bubble sort
...
and insertion sort
2023-05-22 23:05:37 +08:00
krahets
78c84dfec6
Fix counting_sort.c
2023-05-03 22:58:48 +08:00
krahets
145975b335
Rename the common modules in Java, C++ and C.
2023-04-24 04:11:18 +08:00
Yudong Jin
dbc4906582
Publish the C codes to the docs. ( #469 )
2023-04-18 20:21:31 +08:00
krahets
af0f92c18d
Fine tune the C codes.
2023-04-17 22:15:06 +08:00
krahets
9a98ff8a5e
Format the C code in Clang-Format Style: Microsoft
2023-04-17 21:13:15 +08:00
krahets
0bec52d7cc
Polish the chapter of heap, introduction, preface.
...
Replace "其它" with "其他"
2023-04-09 19:12:37 +08:00
Reanon
cac38c0c93
feat(bucket_sort): add bucket_sort code in go/c ( #443 )
...
* feat(bucket_sort): add bucket_sort code in go/c
* feat(go): add bucket_sort
* feat(c): add bucket_sort in c
* Update bucket_sort_test.go
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-03-30 02:00:17 +08:00
Yudong Jin
34a1bca627
Add the section of radix sort. ( #441 )
2023-03-26 22:02:37 +08:00
Guanngxu
9b0bdd929f
feat: add C merge sort ( #434 )
...
* feat: add C merge sort
* Update merge_sort.c
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-03-23 19:10:33 +08:00
Yudong Jin
65e47b0748
Add Python and C++ code for the counting sort. ( #436 )
2023-03-21 22:24:17 +08:00
Guanngxu
e539c44f63
feat: add C counting_sort ( #430 )
...
* feat: add C counting_sort
* Update CMakeLists.txt
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-03-20 21:25:03 +08:00
Reanon
c837882dbd
feat(counting_sort): support counting_sort in c/go ( #431 )
...
* feat(go/counting_sort): support counting_sort in go
* feat(test): support counting_sort_naive testcase
* feat(go/counting_sort): support counting sort
* feat(c/counting_sort): support counting_sort in c
2023-03-20 21:16:25 +08:00
krahets
0840bc2043
Fix the deconstructor of linkedlist_queue.cpp
2023-03-16 18:43:13 +08:00
krahets
0b72fef381
Fix quick_sort.py
2023-02-21 21:51:56 +08:00
Leo.Cai
d249c8802e
add chapter_sorting by dart ( #366 )
...
* add chapter_sorting by dart
* fixed style of dart and bug mentioned before
* alter min value of dart
* Update radix_sort.dart
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-02-19 01:03:42 +08:00
Reanon
da405b579d
Modify the code style of C ( #299 )
...
* style(my_list): modify c codes.
* style(stack): modify c codes.
* style(hash): modify c codes.
2023-01-29 00:08:12 +08:00
reanon
d4d11d9f7d
fix(sort): add c codes
2023-01-18 14:20:42 +08:00
reanon
744a37925f
feat(sort): add c codes
2023-01-18 14:15:27 +08:00
reanon
f72a1c6b3f
feat(sort): add c codes
2023-01-18 14:14:57 +08:00
Yudong Jin
40b5be5302
Unify the naming of the C codes.
2023-01-12 00:31:11 +08:00
reanon
24cdcd54df
feat(codes/c): add C include/ codes and modify exist C codes
2023-01-11 00:55:21 +08:00
Yudong Jin
0e49f0053a
Update the format of the file headers
...
of c, cpp, java, js, ts, swift.
2023-01-06 03:39:19 +08:00
Yudong Jin
75217d5e8b
Update bubble sort (C) and insertion sort (C).
2023-01-06 03:31:58 +08:00
L-Super
23bbaf12b9
Merge branch 'krahets:master' into patch-1
2022-12-30 09:30:51 +08:00
Listening
0dda12e0ab
add insertion sort content
2022-12-30 09:26:26 +08:00
Yudong Jin
34ad07bfed
Fine tune
2022-12-27 20:11:22 +08:00
Listening
edf1029ac4
fixed the format of the file header
2022-12-26 13:34:50 +08:00
Listening
2ee6fcfef1
add bubble sort in C code
2022-12-26 12:43:37 +08:00