L2 - CD 303 Classification of Data Structure
L2 - CD 303 Classification of Data Structure
therefore, these are the more sophisticated data structure. These are derived from
the primitive data structure.
The non-primitive data structures emphasize the structuring of a group
of homogeneous or heterogeneous data items.
What is Float?
When you listen to float in the data structure, the first thing which comes in
mind, what is mean of float?
What is an Integer?
An integer defined as a whole number, not a fraction number, the integer number
can be positive, negative or zero number. such as 10, 11, 0, -7, -67 and 5148 are
all integers. integer number can’t have decimal places.
What is Character?
Character in the data structure represents letter and symbol such as a, B, f, R, “.”
, “-” and whitespace. therefore, it can store the basic character set.
What is Pointer?
What is Files?
Files contain information, and this information stored permanently in the Hard
Disk and Floppy Disk, this disk also knows as a secondary storage device. you
can store a little byte of data and a large amount of data in secondary devices.
What is Stacks?
Queue defined (FIFO) First In First Out type of data structure. Queues are also
the part of non-primitive linear data structure, therefore in Queues process, we
can insert an element in a queue from the REAR end and delete an element from
the FRONT end only.
In the classification of data structure, Trees also come in the non-primitive and
non-linear category data structure, using tree we can represent a hierarchical
relationship between the data elements.