Advertisements
Advertisements
Question
Explain any four operations of Data Structure.
Explain
Solution
Data structures process data using operations like:
- Traversing: Traversing refers to accessing each record or element once for processing. For example, multiplying array elements by 6.
- Inserting: Inserting involves adding a new record to an existing structure.
- Deleting: Deleting a record from the structure is called deleting.
- Searching: It involves discovering a record with provided key values or all records that meet one or more parameters.
- Sorting: Arranging records in some logical order is called sorting.
- Merging: Merging means combining the records in two different sorted files into a single sorted file.
shaalaa.com
Notes
Students should refer to the answer according to their questions.
Is there an error in this question or solution?