tatsuyafujisaki /
kotlin-playground
Personal playground for Kotlin and Java
64/100 healthLoading repository data…
Bresiu / repository
Personal playground for learning algorithms, data structures and problem solving in Kotlin.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Personal playground for learning algorithms, data structures and problem solving using Kotlin.
The goal of this repository is to become better at solving problems, understanding algorithmic patterns and writing clean, efficient solutions.
This is not a collection of copied LeetCode solutions. It is a long-term learning project that documents my progress, notes and different approaches to solving problems.
Each problem follows the same process:
Understand the requirements.
Discuss possible approaches.
Identify the appropriate algorithm or data structure.
Write pseudocode.
Implement the solution in Kotlin.
Write unit tests.
Analyze:
Summarize the pattern and related problems.
src
├── main
│ └── kotlin
│ └── training
│ ├── arrays
│ ├── hashmap
│ ├── strings
│ ├── twopointers
│ ├── slidingwindow
│ ├── stack
│ ├── queue
│ ├── binarysearch
│ ├── linkedlist
│ ├── trees
│ ├── heap
│ ├── graphs
│ ├── dp
│ └── utils
└── test
Each problem contains:
The repository grows gradually. New packages are created only when they are needed.
Build a solid understanding of algorithms and data structures by recognizing patterns, reasoning about trade-offs and writing high-quality Kotlin solutions.
Selected from shared topics, language and repository description—not editorial ratings.
tatsuyafujisaki /
Personal playground for Kotlin and Java
64/100 healthtatsuyafujisaki /
Personal playground for Android
66/100 healthLinusMuema /
My personal playground for Android Kotlin features.
/100 health1337Nirflector /
My personal testing application for kotlin stuff.
27/100 healthjoaogolias /
My personal project for testing and studying Kotlin
27/100 healthMariamMahmoudMohammedIbrahem /
A personal learning repo for Kotlin — notes, code snippets, and mini projects.
44/100 health