Content deleted Content added
References to linked list and gap buffer. |
m changed footnote to use references |
||
Line 51:
Another variation, notably used by the [[library sort]] algorithm, leaves carefully placed gaps between elements to facilitate rapid insertion in the middle of the list.
One of the problems with the simple dynamic array is that it often has a constant fraction of cells not in use, which wastes space. In
== Language support ==
Line 64:
== References ==
<references/>
* [[Thomas H. Cormen]], [[Charles E. Leiserson]], [[Ronald L. Rivest]], and [[Clifford Stein]]. ''[[Introduction to Algorithms]]'', Second Edition. MIT Press and McGraw-Hill, 2001. ISBN 0262032937. Section 17.4: Dynamic tables, pp.416–425.▼
▲* [[Thomas H. Cormen]], [[Charles E. Leiserson]], [[Ronald L. Rivest]], and [[Clifford Stein]]. ''[[Introduction to Algorithms]]'', Second Edition. MIT Press and McGraw-Hill, 2001. ISBN 0262032937. Section 17.4: Dynamic tables, pp.416–425.
== External links ==
|