Header Ads Widget

Responsive Advertisement

DS Operations, Data Structure Operations,Insertion,Deletion,Sorting,Merging,Traversing, C programming full course step by step part -15

                            


Data Structure Operation

The data which is stored in our data structure is processed by some set of operations.

1. Insertion

2. Deleting

3. Sorting

4. Searching

5. Merging

6. Traversing

 

1. Insertion: -

Add a new data to a data structure

 











2. Deleting: -

Remove a data from the data structure

 







3. Sorting: -

Arrange data in increasing or decreasing order






4. Searching: -

Find the location of data in the data structure



5. Merging: -

Combining the data of two different sorted files into a single sorted file



6. Traversing: -

Accessing each data exactly one in the data structure so that each data item is traversed or visited

Click Here & Visit Our YouTube Channel For More Information.



 

 

Post a Comment

0 Comments