| NOUN | a dynamic array | dynamic arrays |
NOUN article.ind sg | pl
21 Übersetzungen
Neue Wörterbuch-Abfrage: Einfach jetzt tippen!
Anwendungsbeispiele Englisch
- A dynamic array of objects, supporting constant-time indexing.
- There are at least two common ways to efficiently implement a deque: with a modified dynamic array or with a doubly linked list.
- A dynamic array works much like an unpacked array, but offers the advantage of being dynamically allocated at runtime (as shown above.) Whereas a packed array's size must be known at compile time (from a constant or expression of constants), the dynamic array size can be initialized from another runtime variable, allowing the array to be sized and resize arbitrarily as needed.
- When a dynamic array is used, insertion of an unbounded number of items is possible.
- If the insertion would cause the load factor of the table (its fraction of occupied cells) to grow above some preset threshold, the whole table may be replaced by a new table, larger by a constant factor, with a new hash function, as in a dynamic array.
- It provides some memory management and dynamic array-allocation, and offers direct access to functions specific to Maya.
- There are two further sub-categories that modify the kind of dynamic array or fixed array.
- A gap buffer in computer science is a dynamic array that allows efficient insertion and deletion operations clustered near the same location.
- Since there were "n" + 1 operations total we can take the average of this and find that pushing elements onto the dynamic array takes: [...] , constant time.
- However, by allocating a new array and copying the contents of the old array to it, it is possible to effectively implement a "dynamic" version of an array; see dynamic array.
© dict.cc English-German dictionary 2024
Enthält Übersetzungen von der TU Chemnitz sowie aus Mr Honey's Business Dictionary (nur Englisch/Deutsch).
Links auf das Wörterbuch oder auch auf einzelne Übersetzungen sind immer herzlich willkommen!