Content deleted Content added
Write intro, discuss operations, amortized costs, brief language support, CLRS reference |
+array list |
||
Line 1:
A '''dynamic array''', '''growable array''',
One of the main disadvantages of a simple array is that it has a single fixed size, and although its size can be altered in some environments (for example, with C's <code>realloc</code> function), this is an expensive operation that may involve copying the entire contents of the array.
|