Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 516 Bytes

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