What are Various Operations Possible on Data structure ?
Various Operatios on Data Structures:
Traversing − Access each data item exactly once so that it can be processed.
Searching − Find out the location of the data item if it exists in the data structure
Inserting − Add a new data item in the data structure .
Deleting − Delete an existing data item from the data structure.
Sorting − Arranging the data items in some order.
Merging - Combining data in data structure