Introduction to Data structure using C

 Introduction to Data structures 

What is data structure???

A data structure is a specialized format for organizing and storing data.General data structure types include the array,the file,the record, the table,the tree.

Different types of data structure 

There are different types of data structures like
1. Primitive types
2.composite types
3.Abstract data types
4.array
5.lists
6.Binary trees
7.B-trees
8.Heaps

Comments