-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Khnychenko Artem edited this page Apr 5, 2025
·
2 revisions
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.
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 |
- Clone this repository to run examples and complete exercises
git clone https://github.com/khnychenkoav/KotlinEducational.git
- Start your Kotlin adventure!
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
- β 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)