gonglja
28fdd26f2f
Fix some errors of cmake build and add hashing_search.c ( #458 )
...
* fix(codes/cpp): Memory leak fix: the space was not freed when pop removed the element.
* fix(codes/cpp): Fix access error when printArray(arr, 0)
* Update PrintUtil.hpp
* fix(codes/c): Fix some errors of cmake build
* feat(codes/c): Add hashing_search.c
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-04-17 13:37:38 +08:00
krahets
b3640c53d1
Remove unused functions.
2023-04-14 05:52:59 +08:00
krahets
f7ae9c8a02
Fix the return type of binary search tree and avl tree
2023-04-14 05:47:20 +08:00
Yudong Jin
1c8b7ef559
refactor: Replace 结点 with 节点 ( #452 )
...
* Replace 结点 with 节点
Update the footnotes in the figures
* Update mindmap
* Reduce the size of the mindmap.png
2023-04-09 04:32:17 +08:00
krahets
300016393b
Add code source blocks to the chapter Graph.
...
Fix "函数" and "方法"
2023-02-10 01:04:26 +08:00
krahets
ecbf2d1560
1. Add build script for Java.
...
2. Add height limitation for code blocks in extra.css.
3. Fix "节点" to "结点".
2023-02-07 04:43:52 +08:00
Yudong Jin
7f3752d306
Update README.md
2023-01-30 20:49:12 +08:00
Yudong Jin
2336fe1d50
Update the comments in
...
binary_search_tree and avl_tree.
2023-01-17 01:53:12 +08:00
reanon
ea0a8c271c
fix(tree): add c codes
2023-01-16 10:38:25 +08:00
reanon
b1c69a9cdb
fix(tree): add c codes
2023-01-16 10:35:59 +08:00
reanon
00009c8e49
feat(tree): add go codes
2023-01-16 10:20:56 +08:00
Yudong Jin
40b5be5302
Unify the naming of the C codes.
2023-01-12 00:31:11 +08:00
reanon
8723ca1469
feat(tree): add C codes
2023-01-11 01:56:08 +08:00