create

fun <T> create(elements: ArrayList<T>, comparator: Comparator<T>): Heap<T>