First time here? Checkout the FAQ!
x
menu search
brightness_auto
more_vert

What are Various Operations Possible on Data structure ?

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike

1 Answer

more_vert
 
verified
Best answer

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

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
...