What is Data Structures ?

Data Structures is a way of organizing Data or Element in a Systematic manner in Computer memory. A Data Structure is a Specialized format for organizing and Sorting Data.

General Data Structure types include the Array, File, Record, Table, 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 DS may be selected or designed to store data for the purpose of working on it with various algorithms.

Leave a Reply