Classification of Data Structure

Data Structures are normally classified into two broad categories. 1.Primitive Data Structure 2.Non-primitive data Structure Data types A particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it. Primitive Data Structure Primitive data structures are basic structures and are … Read more

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