#hackerank · 2 posts
Pattern Searching in a 2D Grid with Kotlin
In this post, we're going to explore an interesting problem from HackerRank that involves searching for a pattern in a 2D grid. We'll be implementing our solution in Kotlin.
Finding the Maximum Highest Team Knowledge in Kotlin
In a recent coding challenge, I solved an interesting problem using Kotlin.