AlgoViz

Overview

A data structure is a data organization, management, and storage format that enables efficient access and modification. More precisely, a data structure is a collection of data values, the relationships among them, and the functions or operations that can be applied to the data.

Data structures

Linear data structures organize data elements sequentially, where each element is connected to its previous and next element in a single level or dimension.

Non-Linear Data Structures

Non-linear data structures arrange data in a hierarchical manner, where each element may be connected to multiple elements.

arrow_upward