Data structure > Related Articles
From Citizendium, the Citizens' Compendium
- See also pages that link to Data structure or to this page.
Contents |
Parent topics
Subtopics
Other related topics
Bot-suggested topics
Auto-populated based on Special:WhatLinksHere/Data structure. Needs checking by a human.
- Algorithm [r]: A sequence of steps used to solve a problem. [e]
- Hash table [r]: Add brief definition or description
- Linked list [r]: In computer science, a type of ordered collection in which each item contains a reference to the item that follows it. [e]
- Lisp [r]: High-level computer programming language. [e]
- Locality of reference [r]: A commonly observed pattern in memory accesses by a computer program over time. [e]
- Pointer (computer science) [r]: The memory address of some data in computer science. [e]
- Stack frame [r]: A memory management strategy used to create and destroy temporary (automatic) variables in some programming languages. [e]
- Stack [r]: Abstract data type in computer science that supports last-in first-out (LIFO) access to its contents. [e]

