top of page
Data Structures and Algorithms Introduction
​
-
Ds is a way of storing and organising information in a computer so that it can be retrieved and used productively.
-
Each Data Structure allows data to be stored in specific manner.
-
Specific DS are decided to work for specific problems.
-
DS allows effiecnt data search and retrieval.
bottom of page