Commit Graph

20 Commits (main)

Author SHA1 Message Date
Fleey 6a74972080
fix(lang: c, chapters: searching, sorting): Some serious errors (#1531)
7 days ago
Yudong Jin e720aa2d24
feat: Revised the book (#978)
12 months ago
krahets 355cc3a6b1 Bug fixes to C code.
1 year ago
krahets 1e49574332 Simplify struct declarations of C.
1 year ago
krahets e567d08348 Bug fixes
1 year ago
gonglja 63efe61e56
Add interation.c recursion.c simple_hash.c binary_search_edge.c binary_search_insertion.c in C codes. (#731)
1 year ago
Yudong Jin 71074d88f6
Add the section of binary search insertion. (#671)
1 year ago
gonglja 86209e0a7b
feat: Add C codes for bucket sort, heap sort, selection sort, binary search edge (#525)
1 year ago
krahets d95c628eef Fix the test case of binary search.
2 years ago
krahets d3cc149c5a Merge the chapter of binary tree and searching.
2 years ago
krahets fe69f7240d Add figures to replace_linear_by_hashing.md
2 years ago
krahets 145975b335 Rename the common modules in Java, C++ and C.
2 years ago
krahets 661603d467 Add the hashtable based on uthash.h to docs
2 years ago
krahets 6723cdbc7e Represent null with INT_MAX in C, C++.
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 881d573790
Refactor the articles related to searching algorithm. Add the chapter of binary search. Add the section of searching algorithm revisited. (#464)
2 years ago
gonglja 28fdd26f2f
Fix some errors of cmake build and add hashing_search.c (#458)
2 years ago
Yudong Jin 1c8b7ef559
refactor: Replace 结点 with 节点 (#452)
2 years ago
Guanngxu 2356cc1b2e
add C binary_search and linear_search (#426)
2 years ago