hello-algo/codes/c/chapter_stack_and_queue
gonglja ac6eece4f3
Modify code and comments (#473)
* 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

* styles(codes/c): Modify function description

* styles(codes/c): Modify binary_search.c code style

---------

Co-authored-by: Yudong Jin <krahets@163.com>
2023-04-22 02:03:24 +08:00
..
array_deque.c Publish the C codes to the docs. (#469) 2023-04-18 20:21:31 +08:00
array_queue.c Publish the C codes to the docs. (#469) 2023-04-18 20:21:31 +08:00
array_stack.c Publish the C codes to the docs. (#469) 2023-04-18 20:21:31 +08:00
CMakeLists.txt feat(codes/c): Add linkedlist_deque.c (#422) 2023-03-19 23:48:46 +08:00
linkedlist_deque.c Modify code and comments (#473) 2023-04-22 02:03:24 +08:00
linkedlist_queue.c Publish the C codes to the docs. (#469) 2023-04-18 20:21:31 +08:00
linkedlist_stack.c Publish the C codes to the docs. (#469) 2023-04-18 20:21:31 +08:00