1.

What are common operations that can be performed on a data-structure?

Answer»

The following operations are commonly performed on any data-structure −

  • Insertion − adding a data item

  • Deletion − removing a data item

  • Traversal − accessing and/or printing all data items

  • Searching − finding a particular data item

  • Sorting − arranging data items in a pre-defined sequence



Discussion

No Comment Found