https://github.com/umair13adil/kotlinalgorithms
Collection of solutions for algorithm problems from Codility and other sources in Kotlin.
https://github.com/umair13adil/kotlinalgorithms
algorithm-challenges algorithms android codility codility-solutions kotlin training
Last synced: about 1 month ago
JSON representation
Collection of solutions for algorithm problems from Codility and other sources in Kotlin.
- Host: GitHub
- URL: https://github.com/umair13adil/kotlinalgorithms
- Owner: umair13adil
- Created: 2019-04-09T05:42:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T11:54:33.000Z (about 7 years ago)
- Last Synced: 2025-10-30T20:43:13.806Z (7 months ago)
- Topics: algorithm-challenges, algorithms, android, codility, codility-solutions, kotlin, training
- Language: Kotlin
- Size: 72.3 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Android Kotlin Algorithms Solutions
Efficient solutions of algorithm solutions from Codility & different sources written in Kotlin.
## List of Problems:
- [Longest binary gap in an array](https://github.com/umair13adil/KotlinAlgorithms/blob/master/app/src/main/java/com/umairadil/androidalgorithms/algos/BinaryGap.kt)
- [Reverse a string](https://github.com/umair13adil/KotlinAlgorithms/blob/master/app/src/main/java/com/umairadil/androidalgorithms/algos/ReverseString.kt)
- [Minimum length substring with exactly K distinct characters](https://github.com/umair13adil/KotlinAlgorithms/blob/master/app/src/main/java/com/umairadil/androidalgorithms/algos/MinLengthSubStringKDistinct.kt)
- [Time-Complexity-PermMissingElem](https://github.com/umair13adil/KotlinAlgorithms/blob/master/app/src/main/java/com/umairadil/androidalgorithms/algos/MissingElement.kt)