Content deleted Content added
→Variants: +these structures have the problem that indexing into the array is somewhat slower in practice. |
Fixed common spelling error. see WP:LCM |
||
Line 1:
A '''dynamic array''', '''growable array''', '''resizable array''', '''dynamic table''', or '''array list''' is a [[data structure]], an [[array]] which is automatically expanded to
Note that in this article, a dynamic array is not the same thing as a [[dynamic memory allocation|dynamically-allocated]] array, which is just an ordinary fixed-size array whose size is selected at runtime.
|