UtilityListNum extension

on

Methods

heapify(List<num> list, num length, num i) → void
heapSort({bool inPlace = true}) List<num>
Sorts the algorithm in O(nLog(n)) time complexity.