cb7b3d0ed6 | ||
---|---|---|
.github/workflows | ||
anagrams | ||
camelcase | ||
even | ||
pangram | ||
prime | ||
shuffle | ||
.gitignore | ||
README.md | ||
go.mod | ||
go.sum |
README.md
algorithms
a lot of problems, with bad solutions
Read
Learn
- The Algorithm Design Manual, 3rd Edition
- Introduction to Algorithms, Third Edition (2009)
- Elements of Programming Interviews (2018)