web analytics

Discuss the operations of data structures.

Operations of Data Structures: The particular data structure that one chooses for a given situation depends largely on the frequency with which specific operations are performed. Following are some most frequent operations. Traversing: Traversing means accessing the records exactly once so that those records can be processed as demanded.  Searching: Searching means finding out one … Read more

Explain different types of data structures.

Data structure means how the data is organized in memory. There different kind of data structures. Some are used to store the data of same type and some for different types of data. Different types of data structures help different types of operations of data structures too. Data structure is a particular way of storing and … Read more

What is data structure?

Data Structure:  Data structure means how the data is organized in memory. There different kind of data structures. Some are used to store the data of same type and some for different types of data. Different types of data structures help different types of operations of data structures too. Data structure is a particular way of … Read more