+3 votes
5.5k views
in Operating System by
reopened by
Explain in brief any six data structure operations.

1 Answer

+1 vote
by (98.9k points)
selected by
 
Best answer

The logical or mathematical model of a particular organization of data is called data structure

six type of data structure are ::

1) Traversing - It means to access each data item exactly once so that it can be processed.

2) Searching - It is used to find the location of one or more data items that satisfy the given constraint. Such a data item may or may not be present in the given collection of data items. 

3) Inserting - It is used to add new data items to the given list of data items.

4) Deleting - It means to remove (delete) a particular data item from the given collection of data items.

5) Sorting - Data items can be arranged in some order like ascending order or descending order depending on the type of application.

6) Merging - Lists of two sorted data items can be combined to form a single list of sorted data items. 

*Hope it helped *

Related questions

+3 votes
1 answer 884 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

537 users

...