main
Add Edit distance in C code (#835)
feat: Revised the book (#978)
fix: Update C code for compatibility with the MSVC compiler (#949)
feat: Add C code for the section of intro to DP (#771)
Simplify struct declarations of C. Use PascalCase for all structs in C. SImplify n_queens.c Format C code for chapter of graph.
fix(C): fix the array initialization in coin_change.c (#1277)