Searched defs:heapify (Results 1 – 2 of 2) sorted by relevance
33 static void heapify(const float *scores, int *indexes, int n, int i) { in heapify() function
170 def heapify(x): function