Data Structures - DS

Data structure defines organization and accessibility of a value.

List of data structures we commonly use:

  1. Array

  2. Linked List

  3. Tree

  4. Graphs

  5. Hash Table

  6. Stack

  7. Queue

Write a comment ...