...

/

Sequence Builder Real-life Usages

Sequence Builder Real-life Usages

Learn about the real-life usages of sequence builders in Kotlin coroutines.

We'll cover the following...

There are a few use cases where we use sequence builders. The most typical is generating a mathematical sequence, like a Fibonacci sequence.

Fibonacci sequence

The Fibonacci sequence is a set of numbers that we discover by adding the two ...