main
Several improvements (#1002)
Some improvements (#1073)
fix: Use int instead of float for the example code of log time complexity (#1164)
feat: Revised the book (#978)
fix(C): fix the array initialization in coin_change.c (#1277)
Update the book based on the revised second edition (#1014)
greedy/max_capacity: fix myMax algorithm error (#1784)
fix(c): Fix malloc allocation of secondary pointers can lead to dump issues (#1367)
Improve the consistency between code and comments in Kotlin (#1268)
fix(lang: c, chapters: searching, sorting): Some serious errors (#1531)
Bug fixes and improvements. (#1780)
Fix confusion between queSize and rear pointer in ArrayQueue implementation (#1851)
fix some bugs in c codes (#1089)
fix(C): Update common.h (#1278)
Format C, C++, C#, Go, Java, Python, Rust code.
refactor: Re-implement hanota.c (#885)