Algorithms: Difference between revisions

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


* [[Consistent Hashing]]
* [[Consistent Hashing]]
=Organizatorium=
* https://en.wikipedia.org/wiki/Big_O_notation

Revision as of 17:22, 8 June 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

Organizatorium