sort

fun <T, L> Node<T, L>.sort(comparator: Comparator<T>): Node<T, L>