Content deleted Content added
correction, on delete heaps have to shift entries up. |
a few corrections |
||
Line 32:
|-
| Sorted linked list
| O(
| O(1)
| O(n)
Line 38:
| O(n)
|-
| [[
| O(log n)
| O(log n)
Line 47:
| [[Heap (data structure)|Heap]]
| O(log n)
|
| O(1)
| O(n)
Line 57:
| O(1)
| O(n)
| O(
|}
== Footnotes ==
▲† Can only delete the max (or min in a min heap)
{{footnotes}}
== See also ==
|