Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 322 Bytes

DataStructures.md

File metadata and controls

9 lines (6 loc) · 322 Bytes

Data Structure

A data structure (DS) is a way of organizing data, so that data can be used effectively.

Later, it can be accessed, updated effectively and efficiently.

  • Essential ingredients in creating fast and powerful algorithms.
  • Help to manage and organize data.
  • Make code cleaner and easier to understand.