Leftist Internal
class LeftistInternal<Value : Comparable<Value>>( val first: Value, val left: LeftistHeap<Value>, val right: LeftistHeap<Value>) : LeftistHeap<Value>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <Value : Comparable<Value>> LeftistInternal( first: Value, left: LeftistHeap<Value>, right: LeftistHeap<Value>)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun merge(another: LeftistHeap<Value>): LeftistInternal<Value>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard