main
fix: Update C code for compatibility with the MSVC compiler (#949)
Simplify struct declarations of C. Use PascalCase for all structs in C. SImplify n_queens.c Format C code for chapter of graph.
greedy/max_capacity: fix myMax algorithm error (#1784)
feat: add C code in chapter_greedy (#755)