Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
=Overview=
=Overview=


A data structure is an arrangement of data in computer's memory or external storage. Data structures include arrays, linked lists, stacks, binary trees, hash tables, etc. Algorithms manipulate the data in these structures in various ways.


=Organizatorium=
=Organizatorium=


* A data structure is an arrangement of data in computer's memory or external storage. Data structures include arrays, linked lists, stacks, binary trees, hash tables, etc. Algorithms manipulate the data in these structures in various ways.
* [[Array]]
* [[Array]]
* [[Directed Acyclic Graph]]
* [[Directed Acyclic Graph]]

Revision as of 00:10, 4 August 2018

External

Internal

Overview

Organizatorium