Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 243 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 243 Bytes

Data structures:

A data structure is a particular way of organizing data in a computer so that it can be used effectively.

Physical data structure : array, linked list

Logical data structure: list, queue, stack, tree, set, hash table etc.