Commit Graph

225 Commits (ff6d42bd9b247d933e73524322d4eaf4633d6a9f)

Author SHA1 Message Date
Yudong Jin 3f4220de81
Bug fixes and improvements (#1380)
6 months ago
rongyi 21be3fdaf8
[Rust] Normalize mid calculation in case overflow (#1363)
6 months ago
Lanjing Gong 0e221540a3
fix(c): Fix malloc allocation of secondary pointers can lead to dump issues (#1367)
6 months ago
Yudong Jin c4a7966882
Bug fixes and improvements (#1348)
6 months ago
nuquist19 2b11639103
fix(C): Update common.h (#1278)
7 months ago
Yudong Jin d484b08c15
Prepare 1.1.0 release (#1274)
7 months ago
jiawenshi 16942dfe32
fix(C): fix the array initialization in coin_change.c (#1277)
7 months ago
curtishd 4d9bbe72e1
Improve the consistency between code and comments in Kotlin (#1268)
7 months ago
Lanjing Gong aca850244b
fix(C): fix array_hash_map.c and bucket_sort.c (#1272)
7 months ago
Yang Le db164f6703
fix memory leak in the C code (#1203)
7 months ago
Yudong Jin 034ee65e9a
Fix bugs and harmonize the code comments (#1199)
8 months ago
Yudong Jin 3ea91bda99
fix: Use int instead of float for the example code of log time complexity (#1164)
8 months ago
Nan Lei 300a781fab
Update code comment of quadratic in time_complexity (#1155)
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
Arthur 962f8f91f7
fix some bugs in c codes (#1089)
9 months ago
Yudong Jin a005c6ebd3
Some improvements (#1073)
9 months ago
gonglja e69f60c07c
fix(linkedlist_queue.c): Remove redundant conditional judgments. (#1055)
10 months ago
Yudong Jin f6976978dd
Prepare 1.0.0 release (#1044)
10 months ago
Yudong Jin ddd375af20
feat: Add visualizing code blocks based on the pythontutor (#1029)
10 months ago
gonglja 3a559f1b60
Fix some code bugs (#1021)
11 months ago
codingonion 7ffef7e1d6
update the author info `sjinzh` -> `codingonion` (#1017)
11 months ago
Yudong Jin f68bbb0d59
Update the book based on the revised second edition (#1014)
11 months ago
Yudong Jin 6d961d38a0
Several improvements (#1002)
11 months ago
krahets 9a5ab776d6 A bug fix.
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
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
1 year ago
krahets 49745cf2d2 Add the link of math.h lib in CMakeList.
1 year ago
Yudong Jin fcbaf101a4
Several bug fixes and improvements (#945)
1 year ago
krahets 5f3ad1ed3d A few bug fixes.
1 year ago
krahets 355cc3a6b1 Bug fixes to C code.
1 year ago
Yudong Jin 9c28619839
feat: Reimplement the graph code for C (#901)
1 year ago
krahets db5d1d21f3 Several bug fixes.
1 year ago
lucas f98b337144
refactor: Re-implement hanota.c (#885)
1 year ago
Yudong Jin 492a69ebca
refactor: Replace vector with array in C code (#894)
1 year ago
krahets 5385057993 Replace "结点" with "节点".
1 year ago
krahets bd8cda325e A few improvements to the C code.
1 year ago
krahets 0e10274bb4 Update arrayToTree() and treeToArray() for C.
1 year ago
Yudong Jin e441ee4e35
Re-implement merge sort function. (#888)
1 year ago
Yudong Jin 7822bf9cd4
feat: add top_k.c and refactor top_k.js (#889)
1 year ago
Yudong Jin d26e811e10
Several bug fixes and improvements. (#887)
1 year ago
krahets 1e49574332 Simplify struct declarations of C.
1 year ago
krahets 5392afd44b fix several bugs
1 year ago
Yudong Jin 51405c0669
add permutations_ii.c and re-implement permutations_i.c (#868)
1 year ago
lucas 37872726b0
feat: build_tree.c translation (#847)
1 year ago
Yudong Jin ea7275ab6a
add forLoopRecur in recursion.c (#866)
1 year ago