public final class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>> |
findTopKHeap(List<T> arr,
int k) |
public static <T extends Comparable<T>> List<T> findTopKHeap(List<T> arr, int k)
Copyright © 2018. All rights reserved.