Algorithms

From NovaOrdis Knowledge Base
Revision as of 01:46, 30 March 2018 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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.

Subjects