public final class Utils extends Object
| Constructor | Description |
|---|---|
Utils() |
| Modifier and Type | Method | 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.