Burstsort algorithms use a trie to store prefixes of strings, with growable arrays of pointers as end nodes containing sorted, unique, suffixes (referred to as buckets).
Several cross-platform frameworks provide dynamic array implementations for C: CFArray
and CFMutableArray
in Core Foundation; GArray
and GPtrArray
in GLib.
Array data structure | array | Very Large Array | The Dynamic Duo | Video Graphics Array | Very Long Baseline Array | Vectors Journal of Culture and Technology in a Dynamic Vernacular | Field-programmable gate array | Dynamic-link library | Dynamic Host Configuration Protocol | Jimmy & Wes: The Dynamic Duo | Dynamic Twins | Dynamic range compression | Dynamic braking | Active Phased Array Radar | Focal plane array | Dynamic Togolais | Dynamic stochastic general equilibrium | Bit array | Ball grid array | Australia Telescope Compact Array | Towed array sonar | Surveillance Towed Array Sensor System | Submillimetre Common-User Bolometer Array | Saturn V Dynamic Test Stand | Programmable Array Logic | programmable array logic | Multielectrode array | Judy array | Institute for Dynamic Educational Advancement |
A dynamic array is a data structure for maintaining an array of items, allowing both random access to positions within the array and the ability to increase the array size by one.