krahets
d3cc149c5a
Merge the chapter of binary tree and searching.
2023-05-21 19:26:52 +08:00
krahets
145975b335
Rename the common modules in Java, C++ and C.
2023-04-24 04:11:18 +08:00
Guanngxu
95ed93dc4b
feat: add C array hash map ( #424 )
...
* feat: add C hash map
* fix: hash map put bug
* fix: C array hash map
* fix: Incorrect indentation
* refactory array hash map
* remove header
* refactory print
* 修改注释
* replace all the Tab with 4 spaces
* 向 cpp 靠拢
* 删除错误注释
* delete <stdlib.h>
* delete array_hash_map.h
* Update array_hash_map.c
---------
Co-authored-by: Yudong Jin <krahets@163.com>
2023-04-23 23:44:49 +08:00
krahets
6723cdbc7e
Represent null with INT_MAX in C, C++.
2023-04-18 14:31:23 +08:00
Yudong Jin
881d573790
Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. ( #464 )
2023-04-17 18:22:18 +08:00
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
Yudong Jin
a0990a0f7a
Merge branch 'master' into master
2023-01-18 19:14:38 +08:00
reanon
c8ee075d50
feat(heap): add c codes
2023-01-16 10:03:31 +08:00
Gonglja
153846c94b
feat(codes/c/): add array_stack and linkedlist_stack frame
2023-01-12 21:09:51 +08:00
reanon
8723ca1469
feat(tree): add C codes
2023-01-11 01:56:08 +08:00
reanon
24cdcd54df
feat(codes/c): add C include/ codes and modify exist C codes
2023-01-11 00:55:21 +08:00