Wednesday, 22 June 2016

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

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

No comments:

Post a Comment