/coding-challenges-kotlin

🎓 Some coding exercises solved in Kotlin.

Primary LanguageKotlinMIT LicenseMIT

Coding Challenges

build

This repository contains some short coding exercises solved in Kotlin.

Build & Check

./gradlew build

LeetCode Problems

https://leetcode.com/problemset/all/

Note: With these exercises my goal was to solve these mostly in a functional approach. Further, I tried to solve them within a given time limit (easy: < 20min, medium: < 60min).

Exercism.io Exercises

https://exercism.io/tracks/kotlin/exercises

Note: With these exercises my goal was to design proper object-oriented code.

Miscellaneous