Commit Graph

39 Commits (9afbc9eda5bb2cdff36da7711209e3da9b59788f)

Author SHA1 Message Date
Yang Le db164f6703
fix memory leak in the C code (#1203)
7 months ago
gonglja e69f60c07c
fix(linkedlist_queue.c): Remove redundant conditional judgments. (#1055)
10 months ago
Yudong Jin f68bbb0d59
Update the book based on the revised second edition (#1014)
11 months ago
krahets 9a5ab776d6 A bug fix.
11 months ago
Yudong Jin e720aa2d24
feat: Revised the book (#978)
12 months ago
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
1 year ago
krahets 355cc3a6b1 Bug fixes to C code.
1 year ago
krahets 1e49574332 Simplify struct declarations of C.
1 year ago
krahets 346c8451de Fix code naming style.
1 year ago
gonglja bd740b0466
Fix linkedlist queue print error (#770)
1 year ago
krahets 9f59c572b5 fine tune
1 year ago
krahets 0345a479a4 Fix some codes.
1 year ago
krahets 145975b335 Rename the common modules in Java, C++ and C.
2 years ago
gonglja ac6eece4f3
Modify code and comments (#473)
2 years ago
Yudong Jin dbc4906582
Publish the C codes to the docs. (#469)
2 years ago
krahets 6723cdbc7e Represent null with INT_MAX in C, C++.
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
Yudong Jin 1c8b7ef559
refactor: Replace 结点 with 节点 (#452)
2 years ago
Gonglja 564ace6bc1
feat(codes/c): Add linkedlist_deque.c (#422)
2 years ago
krahets 516cb17775 Replace poll with pop
2 years ago
Yudong Jin 8aebbaad21
refactor: Replace poll with pop in Queue and Deque (#415)
2 years ago
Gonglja 2d17ee8e92
feat(codes/c): Add array_deque.c (#412)
2 years ago
Gonglja f73b6a3654
feat(codes/c): Add linkedlist_queue.c (#413)
2 years ago
方圆 f0d8d8b1b0
feat: add ArrayDeque (#348)
2 years ago
krahets 300016393b Add code source blocks to the chapter Graph.
2 years ago
Yudong Jin 7d14c9440e Unify the function naming of
2 years ago
Yudong Jin 5eae708035 Fix array queue.
2 years ago
Zero 9c2caad067
Add queue array impl in C (#300)
2 years ago
Reanon da405b579d
Modify the code style of C (#299)
2 years ago
Zero 3a2a9a996c
fix(codes/c): Fix file header error message (#298)
2 years ago
Zero 3d197feb30
feat(codes/c): Update array_stack.c codes (#289)
2 years ago
Gonglja 3698865b32 fix(codes/c): Fix linkedlist_stack.c memory release problem
2 years ago
Gonglja c461b13436 style(codes/c): Update code style
2 years ago
Gonglja 81cdf1d530 docs(codes/c): add function description
2 years ago
Gonglja a94010645d feat(docs/c): add linkedlist_stack.c
2 years ago
Gonglja 08d715a2e9 feat(codes/c): update linkedlist_stack.c some code
2 years ago
Gonglja 3839f47ac0 feat(codes/c): update linkedlist_stack.c some code
2 years ago
Gonglja 153846c94b feat(codes/c/): add array_stack and linkedlist_stack frame
2 years ago