This repo contains solutions for about 260 coding problems completed over the last year or so. All are backed by tests that I wrote from scratch, too. Most are in Kotlin for problems presented in the Elements of Programming Interviews in Java book.
- [LC] Leetcode
- [UVA]
- Hackerearth Code Monk v2
- [GG] Geeksforgeeks
- [EP] Elements of Programming Interviews In Java
- Includes all problem variants for which solutions are not provided in the book.
- [BB] Byte by Byte
- [DC] Daily Coding Problem