Commit Graph

43 Commits (e813b5a0fae114720e00fac4cb866a9afa117371)

Author SHA1 Message Date
Yudong Jin 6d961d38a0
Several improvements (#1002)
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
Yudong Jin fcbaf101a4
Several bug fixes and improvements (#945)
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
krahets c37b7c807b Several bug fixes
1 year ago
krahets fb552987f5 Update variable names in list and my_list
1 year ago
gonglja 53d91db10d
Fix unreleased memory error (#769)
1 year ago
gonglja 4a923f5a86
Fix `insert` function in `mylist.c` (#747)
1 year ago
krahets c310edb672 Polish the chapter of array and linkedlist
1 year 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
Yudong Jin 1c8b7ef559
refactor: Replace 结点 with 节点 (#452)
2 years ago
krahets 9ea24e8b26 Change the operations sequence of the likedlist's insert() method.
2 years ago
krahets 300016393b Add code source blocks to the chapter Graph.
2 years ago
Yudong Jin ddd5562b60 Fix the index out of bound check in my_list.
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
Gonglja 6f9d7ef64f feat(codes/c): Fix the problem that mylist.c memory is not released
2 years ago
Gonglja ed91372594 style(codes/c): Update my_list.c code format
2 years ago
Gonglja 78b4c4f029 fix(codes/c): Fix compilation error of `list.c` caused by renaming.
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 dceae63f38 feat(codes/c): Rename `list.c` to `my_list.c`, modify part of the code in `my_list.c`
2 years ago
Gonglja 74218bf7f0 Merge branch 'dev'
2 years ago
Yudong Jin 7ab9fd68c8
Update linked_list.c
2 years ago
Yudong Jin 750d4f502d
Update linked_list.c
2 years ago
Gonglja 78d7d07bd9 style(codes/c): update comment format
2 years ago
Gonglja 2a1b479002 feat(codes/c): add list.c cmake compile method
2 years ago
Gonglja 3970e88be2 style(codes/c): update comment format
2 years ago
Gonglja e7bb42f552 feat(codes/c): add list.c listExtendCapacity
2 years ago
Gonglja 009191f712 feat(codes/c): add list.c
2 years ago
Gonglja be2d109c5b style(codes/c): update comment format
2 years ago
Gonglja 5271276f4e feat(codes/c): add linked_list.c
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
MolDuM e0a3189f91
Update array.c
2 years ago
Meng Du 0a72d37578 create c folder and finished array
2 years ago