krahets
|
49745cf2d2
|
Add the link of math.h lib in CMakeList.
|
2023-11-16 21:14:20 +08:00 |
|
krahets
|
1e49574332
|
Simplify struct declarations of C.
Use PascalCase for all structs in C.
SImplify n_queens.c
Format C code for chapter of graph.
|
2023-10-18 02:16:26 +08:00 |
|
krahets
|
e567d08348
|
Bug fixes
|
2023-09-26 10:57:53 +08:00 |
|
krahets
|
1067f30fe7
|
Include glightbox plugin enabling zooming figures
|
2023-09-22 13:08:21 +08:00 |
|
xianii
|
d225b416cf
|
feat: add C code in chapter_greedy (#755)
* add fractional_knapsack.c
* update CMakeLists
* add c code in chapter_greedy
* fix header format
* format code by clang-format
* remove extra comments
* replace ternary operator to MACRO
* parameters form adjustment
* Update fractional_knapsack.c
* Update max_capacity.c
* Update max_product_cutting.c
* add comments for consistency with cpp ver
* move MIN&MAX macro to source file
* typo fix
---------
Co-authored-by: Yudong Jin <krahets@163.com>
|
2023-09-21 07:52:11 -05:00 |
|
linweibin
|
c8e0c476bd
|
增加C的贪心算法代码 (#726)
|
2023-09-09 16:28:44 +08:00 |
|