what are the Different type of DATASTRUCTURES
Answers
Answered by
0
Explanation:
Data structures are used to store data in a computer in an organized fashion. Different types of data structures are:-
Stack- Works in first in last out order. The element inserted first in stack is removed last.
Queue- First in First out order. The element inserted first is removed first.
Linked list- Stored data in a linear fashion.
Trees- Stores data in a non linear fashion with one root node and sub nodes.
Similar questions