adix/ways

Search:
Group by:
Source   Edit  

To paraphrase Mandalorians: "These are the ways" (various algorithms).

Iterators

iterator kWayMerge[T](itrs: openArray[iterator (): T]): T
k-way merge of ordered itrs[i] yields using std/heapqueue. Source   Edit