Skip to content

Latest commit

 

History

History

DSA

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Data Structures and Algorithms

Introduction

Data Strcutures are the mathematical or logical representation of data into computer memory

Classification of Data Structures

  • Linear and Non Linear
  • Homogenous and Heterogenous
  • Static and Dynamic
  • Primitve and Non primitive

Types of Data Structures

  • Arrays
  • Linked List
  • Stack
  • Queue
  • Trees
  • Graphs