Data Structures

Ali Solanki
1 min readApr 29, 2020

--

— Mohd. Ali Solanki Portfolio Website Github Youtube

To understand more about Data Structures, do visit my Youtube channel where I have made a playlist just for that: Playlist

Overview

  • What is a Data Structure?
  • A Data Structure is organization or management of data in the memory.
Types of Data Structure Tablular Format

1.Primitive

  • Integer (4 bytes)
  • Boolean (1 byte)
  • Char (1 byte)
  • Float (4 bytes)
  • Double (8 bytes)
  • Pointer (8 bytes)

2. Non-Primitive / User-Defined

# Linear (is arranged in a sequence)

  • Static

*Array

  • Dynamic

*LinkedList

*Stack

*Queue

# Non-Linear (not arranged in a sequence)

*Trees

*Graphs

--

--

Ali Solanki
Ali Solanki

No responses yet