A collection of my LeetCode solutions written in Kotlin.
Each problem lives in its own folder with a simple solution.kt file.
xxx-problem-name/solution.ktcontains the implementation.
- Focused on clear, idiomatic Kotlin.
Feel free to explore or reuse any part of the code.