Tagged: Kotlin

Koltin Linear Search Algorithm

Linear Search in Kotlin : Pros and Cons

Linear Search in a straightforward searching algorithm used to find an element within a collection, typically an array or a list. Let’s explore linear search in Kotlin with examples....

Why Coroutine Is Lightweight : A Simple Fact

Let’s explore why a coroutine is lightweight and super fast. Coroutines are praised for being quick and nimble. They’re called lightweight because they work differently from regular threads. Let’s...