This project is a collection of practical, idiomatic Kotlin code, including utilities, real-world code snippets, algorithms, and design patterns.
The goal is to keep everything clean, understandable, and useful. This repo uses the latest stable version of Kotlin, and embraces the language’s modern features.
Whether you're exploring Kotlin, coming from Java, or just need quick references - this project aims to be a helpful resource.
All code is grouped by the purpose:
snippets/
- small, reusable functions (e.g., capitalize string, check even)algorithms/
- classic CS problems (e.g., binary search, recursion)kotlinfeatures/
- Kotlin-specific concepts and language demos
New contributions are always welcome.
See Contribution Guidlines for the details.
This project is licensed under the MIT License.