Data Structure In simple language, Data Structures are structures programmed to store ordered data, so that various operations can be performed on it easily. For example, we have student's name "suhani" and percentage 86. Here "suhani" is of String data type and 86 is of float data type.
We can organize this data as a record like Student record. Now we can collect and store student's records in a file or database as a data structure. For example: "Dhvani" 70, "shaily" 81, "Sweta" 65. TCCI teaches following topics in Data Structure:
Introduction to Data Structure Course Types of Data Structure
Array
Stack
Queue
Link List
Tree
Graph
Sorting
Bubble
Insertion
Selection
Quick