Skip to content

aditya10chauhan/Data-Structures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATA STRUCTURES

Organising data in an organised way in computer to use them effectively is known as Data Structures. An organised date can be used to implement various operations effectively. Some of them are Traversing,Sorting,Searching etc.

Types of Data Structure:

  1. Array
  2. Stack
  3. Queue
  4. Linked list
  5. Graph
  6. Tree
  7. and many more...

ALGORITHM

Algorithm is the way to do operations on this data structutes.

Types of Algorithms

  1. Sorting
  2. Searching
  3. Traversing
  4. and many more

About

This repository contains basic codes of all the data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.5%
  • C 17.5%