private static bool Less(IComparable[] pq, int i, int j) { return(SortHelper.Less(pq[i - 1], pq[j - 1])); }