Module src.qollib.collections.reducing

The reducing utilities provides methods to reduce (dimensions) of arrays.

@author: hoelken

Functions

def flatten(lists: Iterable) ‑> list

Flattens a list of lists and sorts the result

def flatten_sorted(lists: Iterable) ‑> list

Flattens a list of lists and sorts the result