hello-algo/codes/cpp
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
* Replace VLA with malloc
Replace VLA with malloc to make C code
compatible with cl compiler on Windows.

* Fix C code for CI compiler.

* Fix C code compability to CI.

* check the trigger
2023-11-17 00:29:54 +08:00
..
chapter_array_and_linkedlist Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
chapter_backtracking fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
chapter_computational_complexity Add comparison between iteration and recursion. 2023-09-12 00:56:59 +08:00
chapter_divide_and_conquer fix build_tree, binary_search_tree.cs 2023-09-15 02:08:09 +08:00
chapter_dynamic_programming Several bug fixes and improvements (#945) 2023-11-14 21:27:35 +08:00
chapter_graph 1. Remove Pair class from hash coliision code. 2023-06-26 23:06:15 +08:00
chapter_greedy Fix print error (#729) 2023-09-09 16:42:33 +08:00
chapter_hashing Add C++ iterator example for C++ (#837) 2023-10-24 23:59:10 +08:00
chapter_heap feat: add top_k.c and refactor top_k.js (#889) 2023-10-26 02:54:19 +08:00
chapter_searching finetune 2023-08-06 23:19:37 +08:00
chapter_sorting Re-implement merge sort function. (#888) 2023-10-26 02:56:33 +08:00
chapter_stack_and_queue Several enhancements and fixes 2023-09-14 03:36:31 +08:00
chapter_tree Fine-tune code and texts. 2023-10-27 01:01:21 +08:00
utils Bug fixes to C code. 2023-11-01 05:14:22 +08:00
.gitignore Update CMakeLists.txt for C++ 2023-03-15 01:43:28 +08:00
CMakeLists.txt Add the chapter of greedy. (#633) 2023-07-20 18:26:54 +08:00