Yang Le
|
db164f6703
|
fix memory leak in the C code (#1203)
* fix memory leak when size(deque) == 1
* fix memory leak
|
7 months ago |
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
|
11 months ago |
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
|
11 months ago |
krahets
|
db5d1d21f3
|
Several bug fixes.
|
1 year ago |
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.
|
1 year ago |
krahets
|
84e2799f1b
|
Fix hash_map_chaining.c and
hash_map_open_addressing.c
|
1 year ago |
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
|
1 year ago |