iamsdas / Data-Structures

This repository contains basic codes of all the data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 89.4%Language:C 10.6%