Go to page content Go to main menu Go to the search field GNOME.org About Users Developers Administrators Search: Doubly-Linked Lists — linked lists that can be iterated over in both directions Singly-Linked Lists — linked lists that can be iterated in one direction Double-ended Queues — double-ended queue data structure Sequences — scalable lists Trash Stacks — maintain a stack of unused allocated memory chunks Hash Tables — associations between keys and values so that given a key the value can be found quickly Strings — text buffers which grow automatically as text is added String Chunks — efficient storage of groups of strings Arrays — arrays of arbitrary elements which grow automatically as elements are added Pointer Arrays — arrays of pointers to any type of data, which grow automatically as new elements are added Byte Arrays ...