What are the operations performed on data structure?
Answers
Answered by
4
The basic operations that are performed on data structures are as follows:
1. Insertion: Insertion means addition of a new data element in a data structure.
2.Deletion: Deletion means removal of a data element from a data structure if it is found.
3.Searching:Searching involves searching for the specified data element in a data structure.
4.Traversal:Traversal of a data structure means processing all the data elements present in it.
5.Sorting:Arranging data elements of a data structure in a specified order is called sorting.
6.Merging:Combining elements of two similar data structures to form a new data structure of the same type, is called merging.
Similar questions