Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


=Data Structures=
=Data Structures=
* [[Directed Acyclic Graph]]
* [[Associative Array]]
* [[Map]]
* [[Red-black Tree|Red-Black Tree]]


=Subjects=
=Subjects=


* [[Consistent Hashing]]
* [[Consistent Hashing]]

Revision as of 15:43, 30 March 2018

External

Internal

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.

Data Structures

Subjects