Commit Graph

13 Commits (f0c81ce048ae4f7a99da434763962907692e293c)

Author SHA1 Message Date
krahets db5d1d21f3 Several bug fixes.
1 year ago
Yudong Jin 492a69ebca
refactor: Replace vector with array in C code (#894)
1 year ago
krahets bd8cda325e A few improvements to the C code.
1 year ago
krahets 1e49574332 Simplify struct declarations of C.
1 year ago
krahets 5392afd44b fix several bugs
1 year ago
Yudong Jin 51405c0669
add permutations_ii.c and re-implement permutations_i.c (#868)
1 year ago
krahets c37b7c807b Several bug fixes
1 year ago
lucas 704b638d89
feat: n_queens.c translation (#774)
1 year ago
krahets f71b2a40da fix preorder_traversal_iii_compact code
1 year ago
krahets dd72335235 Format C, C++, C#, Go, Java, Python, Rust code.
1 year ago
gonglja 9900e0c668
Add array_binary_tree.c and update push_back and pop_back in vector.h (#664)
1 year ago
krahets dbe3b4d6ba Fine tune.
1 year ago
gonglja 8f5ef68c65
feat: Add C codes for the chapter backtracking (#593)
1 year ago