Which are the following Data structure operations?
Which are the best topics Data structure operations play a major role?
The following four operation play a major role in this text:-
1✍️Traversing:-
Accessing each record exactly once so that certain items in the record may be processed.
2✍️ Searching:-
Finding the location of the record with a given key value or finding the location of all records which satisfy one or more conditions.
3✍️ Inserting:-
Adding a new record to the structure.
4✍️Deleting:-
Removing a record from the structure.
The following two operation which are used in special situations will also be considered:-
1✍️ Sorting:-
Arranging the records in some logical order (e.g., alphabetically according to some NAME key,in numerical order according to some NUMBER key,such as social security number or account number)
2✍️Merging:-
Combining the records in two different sorted files into a single sorted file other operation,e.g.copying and concatenation.
Atul Raja Kujur and Marvel Arkman
Comments
Post a Comment