Student Number
Student Number
ASSIGNMENT NUMBER 1
Research Work:
1. What are the common operations that can be performed on a data structure? Explained each
operation.
Deletion – You will be able to delete an existing data item from the data structure.
Searching – You will be able to pinpoint the location of the data from the item if it exists in the
data structure.
Sorting – You will be able to arrange data items in some orders
Insertion – You will be able to add a new data item in the structure
Traversal – you will be able to access each data item exactly once so that it can be process