hello-algo/codes/c/utils
王作勋 1f512b105f
refactor: Extend vector.h implementation (#818)
* Update vector.h

增加功能列表:
获取向量的第 i 个元素
设置向量的第 i 个元素
向量扩容
向量缩容
向量插入元素
向量删除元素
向量交换元素
向量是否为空
向量是否已满
向量是否相等
对向量内部进行排序(升序/降序)
对向量某段数据排序(升序/降序)

* Create hanota.c

* 新增binary_search_recur.c

* Update vector.h

* Delete codes/c/chapter_divide_and_conquer directory

* Update vector.h

* Create binary_search_recur.c

* Delete codes/chapter_divide_and_conquer directory

* Update vector.h

* Update vector.h
2023-10-07 00:43:30 -05:00
..
CMakeLists.txt Rename the common modules in Java, C++ and C. 2023-04-24 04:11:18 +08:00
common.h feat: add C code in chapter_greedy (#755) 2023-09-21 07:52:11 -05:00
common_test.c Rename the common modules in Java, C++ and C. 2023-04-24 04:11:18 +08:00
list_node.h Polish the chapter of array and linkedlist 2023-08-17 05:13:19 +08:00
print_util.h feat: Add C codes for bucket sort, heap sort, selection sort, binary search edge (#525) 2023-06-02 02:51:35 +08:00
tree_node.h Fix the problem in binary_tree_bfs.c and the problem that the memory is not released. (#487) 2023-05-09 00:01:23 +08:00
uthash.h Rename the common modules in Java, C++ and C. 2023-04-24 04:11:18 +08:00
vector.h refactor: Extend vector.h implementation (#818) 2023-10-07 00:43:30 -05:00