Skip to content
Snippets Groups Projects
Commit 971761e4 authored by Youssef Taleb's avatar Youssef Taleb
Browse files

Removing bad comment

parent f16f182a
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,7 @@ public class TopKSort {
sort(array, k, (x, y) -> x.compareTo(y));
}
/**
* Behaviour is undefined when k > array.length
*/
public static <E> void sort(E[] array, int k, Comparator<E> comparator) {
throw new NotYetImplementedException();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment