Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 975 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 975 Bytes

Data Structures

Implementation of Data Structures and some of their theory (overview, ideas, their structures, interfaces, asymptotic analysis etc).

Motivation

The idea is to deeply understand why each data structure was invented, intricacies of their work, mathematical foundations of them and, of course, their implementations.

Implementated Structures

Basic Data Structures
  1. Stack
  2. Vector
  3. Queue
  4. Linked List