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