These are my solutions to some algorithmic problems taken from the following sources:
- Cracking the coding interview
- Leetcode
- Project Euler
- MIT course 6006 - Introduction to algirhtms
- Daily coding problem
- The Los Angeles Big-O meetup
- Other sources (Misc folder)
My goal is to work through them in a variety of programming languages, but for the moment I've mostly used Java (and a tiny bit of Kotlin).