Post By@ Co-Funder# Vinay Kumar Verma
नमस्कार दोस्तों आज के इस पोस्ट में हम जानेंगे की डेटा स्ट्रक्चर क्या होता हैं तो चलिए शुरू करते हैं
(Classification of data structure)
1. Primitive (Data Structure):- These are basic structure and are derectly operated by machine
instructions.
➤What Is Data Structure
2. Non- Primitive:- These are derived form the
primitive data structure it’s a collection of same type defferent type
primitive data structure.
Data Structure
🠋
Primitive (D.S.) |
Non- Primitive (D.S.) |
||||||||||
· Int · Char · Float · Double · Boalean ·
etc |
|
Linear: |
Non- Linear |
· All element arranged in linear order when each
element has the successor and predicissors exept first & last element · Single level invalved · Data element traversed in single run. · Used in softwere development |
· This D.S. do’es form a sequmic data element are
arranged in heiarhicl. · Multi level involved · Can’t be inversel in single run · Used in AI and DIP. |