Yang Le
|
db164f6703
|
fix memory leak in the C code (#1203)
* fix memory leak when size(deque) == 1
* fix memory leak
|
2024-04-07 01:36:55 +08:00 |
|
gonglja
|
3a559f1b60
|
Fix some code bugs (#1021)
* fix(counting_sort.c): Fix access out-of-bounds issue
* fix(hash_map_open_addressing.c): Fix coding errors
* fix(binary_search_tree.c): Fix unreleased memory
* Update indentataion
|
2024-01-02 21:45:01 +08:00 |
|
Yudong Jin
|
f68bbb0d59
|
Update the book based on the revised second edition (#1014)
* Revised the book
* Update the book with the second revised edition
* Revise base on the manuscript of the first edition
|
2023-12-28 18:06:09 +08:00 |
|
krahets
|
db5d1d21f3
|
Several bug fixes.
|
2023-10-29 00:09:54 +08:00 |
|
krahets
|
1e49574332
|
Simplify struct declarations of C.
Use PascalCase for all structs in C.
SImplify n_queens.c
Format C code for chapter of graph.
|
2023-10-18 02:16:26 +08:00 |
|
krahets
|
84e2799f1b
|
Fix hash_map_chaining.c and
hash_map_open_addressing.c
|
2023-10-13 14:32:49 +08:00 |
|
lclc6
|
fe01f77ff8
|
Create hash_map_open_addressing.c (#838)
* Create hash_map_open_addressing.c
哈希冲突-C语言
* Update hash_map_open_addressing.c
* Update hash_map_open_addressing.c
* Update hash_map_open_addressing.c
|
2023-10-13 01:15:23 -05:00 |
|