Skip to content

Collection of practical, idiomatic Kotlin code, including utilities, real-world code snippets, algorithms, and design patterns. Easy to use, easy to contribute 💜

License

Notifications You must be signed in to change notification settings

e5LA/kotlin-code-collection

Repository files navigation

Kotlin Code Collection

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.

📦 Project Structure

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

🤝 Contributing

New contributions are always welcome.

See Contribution Guidlines for the details.

📖 License

This project is licensed under the MIT License.

About

Collection of practical, idiomatic Kotlin code, including utilities, real-world code snippets, algorithms, and design patterns. Easy to use, easy to contribute 💜

Topics

Resources

License

Stars

Watchers

Forks

Languages