Skip to content
Khnychenko Artem edited this page Apr 5, 2025 · 2 revisions

Kotlin Educational β€” GitHub Wiki 🧠

Welcome to Kotlin Educational β€” a hands-on learning repository that brings together:

  • πŸ’» Practical problem solving (Leetcode, algorithms, data structures)
  • πŸ“˜ A self-written Kotlin language guide (like a book)
  • βš™οΈ A structured Gradle project with modular architecture

🧩 Learn Kotlin and computer science concepts from scratch β€” through real code, clear examples, and gradual exploration.


πŸ” What's Inside

Section Description Link
πŸ“˜ Kotlin Language Guide A complete Kotlin book: syntax, theory, code samples, and practice tasks. kotlinBasics
🧠 Algorithms Classic algorithms implemented in idiomatic Kotlin. algorithms
πŸ“¦ Data Structures Stacks, queues, trees, graphs, and other structures in Kotlin. data_structures
🧩 LeetCode Popular coding problems with clean Kotlin solutions. leetcode
πŸ“„ README Main landing page of the repository. README.md

πŸš€ How to Run

  1. Clone this repository to run examples and complete exercises
    git clone https://github.com/khnychenkoav/KotlinEducational.git
  2. Start your Kotlin adventure!

🧭 Where to Start?

If you're new to Kotlin:

  • Head to the Kotlin Basics module
  • Read the book chapters, run code, try exercises

Already familiar with Kotlin?

  • Dive into algorithms and data structures
  • Browse through Leetcode challenges
  • Use this repo as your Kotlin playground

πŸ’¬ Feedback & Contributions

  • ⭐ Star the repo β€” it helps a lot!
  • πŸ›  Open pull requests with improvements or fixes
  • πŸ’‘ Found an issue or typo? Create an issue!
  • πŸ“§ Contact: [khnartem@gmail.com](mailto:khnartem@gmail.com)