Classification of Data structure
Data Structure can be classified in two categories. According to these categories we can access or manage data according to our need. There are various ways to classify data structure. Primitive and Non Primitive Data Structure: The data structure that are atomic (indivisible) are called primitive. Examples are integer, real and characters. The Data structures that … Read more