Visualization of d-ary heaps in D3 by Robin C. Ladiges
Minimum: Ο(1)
Maximum: Ο(n)
Insert: Ο(logd n)
Remove: Ο(d·logd n)
Decrease Value: Ο(logd n)
Increase Value: Ο(d·logd n)
Diese Seite auf Deutsch anzeigen