Operation means processing the data in the data structure. The following are some important operations.
1) Traversing - to visit or process each data exactly once in the data structure.
2) Searching - to search for a particular value in the data structure for the given key vlaue.
3) Inserting - to add a new value to the data structure
4) Deleting - to remove a value from the data structure
5) Sorting - to arrange the values in the data sturcture in a particular order.
6) Merging - Join two same type of data structure values.
0 comments:
Post a Comment