Data Structure





 


what is Data structure?
Data structure is a data storage format/ structure that enables programmers to access and modify the data that are stored in them. 
There is many data structures.
e.g. array, list/ dynamic array , linked list, queue, binary tree and many other data structures.

Comments