Array is an data structure in which we can store,organise the data efficiently.
Sorting is an efficient algorithm by which we can sort an array.
Searching is an algorithm by which we can easily search an element easily and efficiently.
Stack is an Linear data structure in which we can store and organise the data efficiently.
Queue is an Linear data structure in which we can store and organise the data efficiently.
Linked List is an Linear data structure in which we can store and organise the data efficiently.