What are the various operations that can be performed on different Data Structures?
Long Answer
Views 14488
Answer:
- Insertion: Add a new data item in the given collection of data items.
- Deletion: Delete an existing data item from the given collection of data items.
- Traversal: 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 given collection of data items.
- Sorting: Arranging the data items in some order i.e. in ascending or descending order in case of numerical data and in dictionary order in case of alphanumeric data.
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Data Structure, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.