
Lists
- Working With Lists in Kotlin
- How to Initialize a List
- Copying a List in Kotlin
- Modifying Kotlin Lists In-Place
- Filtering a List in Kotlin
- Finding an Element in a List Using Kotlin
- Split a List into Parts in Kotlin
- Get a Random Item From a List in Kotlin
- Difference Between ArrayList() and mutableListOf() in Kotlin
- Convert List to String in Kotlin

Operations with Collections
- Filtering Kotlin Collections
- Aggregate Operations in Kotlin
- Sequences in Kotlin
- Convert a Mutable Collection Into an Immutable One in Kotlin
- Removing Duplicate Elements From Collections in Kotlin
- Creating Collections with Repeating Elements in Kotlin
- The Difference Between map() and flatMap() in Kotlin
- Initializing Empty Mutable Collections in Kotlin
- Difference Between fold and reduce in Kotlin