Data structure

Data structure

A data structure is a specialized format for organizing and the programmatic way of storing data so that data can be used efficiently. General data structure types include the array,stack, queue, linked list, graph, tree,file, record, table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. In computer programming, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms.

Data Structure = Related Data+ Permitted Operations.

Operations Performed On Data:
1) Storing
2) Deletion
3) Modifying
4) Insertion
5) Deletion
6) Searching
7) Sorting



                             

Sunday 17 February 2019

Data structure

Data structure

A data structure is a specialized format for organizing and the programmatic way of storing data so that data can be used efficiently. General data structure types include the array,stack, queue, linked list, graph, tree,file, record, table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. In computer programming, a data structure may be selected or designed to store data for the purpose of working on it with various algorithms.

Data Structure = Related Data+ Permitted Operations.

Operations Performed On Data:
1) Storing
2) Deletion
3) Modifying
4) Insertion
5) Deletion
6) Searching
7) Sorting