zip: Emits only when both flows have emitted values. If one flow emits more frequently than the other, it will suspend until the slower flow emits.
combine: Emits as soon as one of the flows emits, using the latest value from the other flow.
sealed class LinkedList