आपका एकबार फिर से हमारी वेबसाइट Technovichar में स्वागत है। इस Article में हम Data Structure के बारेमे जानने वाले है की Data Structure क्या है ?? और उसके प्रकार।
Page Content
Data Structure क्या है ??(What is Data Structure in Hindi)
Types of Data Structure
Primitive Data structure
Non-Primitive Data Structure
Linear Data Structure
Non-linear Data Structure
Major Operation in Data Structure
Data Structure के लाभ
Conclusion
Data Structure क्या है ??
(What is Data Structure in Hindi)
Data Structure , Memory में Data को Store और Organize करने का तरीका है। जैसे की Array Data Structure में Array Index की मदद से Data को Store और Manage किया जाता है। और उस Data पर हम Different Different Operation Perform कर सकते है।
Ex of Data Structure :
Array ,Stack, Tree,Graph ,Linked List ,Queue etc
Data Structure कोई प्रोग्रामिंग Language नहीं है जैसे C, C ++, JAVA, etc। यह Algorithms का एक Set है जिसे हम Memory में Data व्यवस्थित करने के लिए किसी भी Programming Language में Use कर सकते हैं।
Types of Data Structure
Data Structure दो प्रकार के होते हैं
- Primitive Data Structure
- Non-primitive Data Structure
Primitive Data structure
Primitive Data structure ,Primitive Data के प्रकार हैं। int, char, float, Double, और Pointer ।Primitive Data Structure हैं जो Single Value रख सकती हैं।
Non-Primitive Data Structure
Non-Primitive Data Structure को दो प्रकारों में विभाजित किया गया है:
- Linear Data Structure
- Non-linear Data Structure
Linear Data Structure
Sequential Data Ordering को Linear Data Structure के रूप में जाना जाता है। इस उद्देश्य के लिए उपयोग की जाने वाले Data Structure Arrays, Linked list, Stacks, और Queues हैं। इन Data Structure में, Element एक दूसरे से केवल Linear Form में जुड़े होती है।
Non-linear Data Structure
जब कोई एक Element 'n' Number Element से जुड़ता है तो इसे Non-linear Data Structure के रूप में जाना जाता है। Trees और Graph इसके सबसे अच्छे उदाहरण है । इस Data Structure में, Element Sequence में नहीं होते।
Static और Dynamic इन दो प्रकार से Data Structure को Classified किया जाता है।
1) Static Data Structure
यह एक ऐसा Data Structure है जिसमें Program Compile होने के समय Size Fix किया जाता है। इसलिए, इस Data Structure की Maximum Size Fix होती है।
2) Dynamic Data Structure
यह एक ऐसा Data Structure है जिसमें Program Run होने के समय Size Fix किया जाता है । इसलिए, Maximum Size Change होता रहता है।
Major Operation in Data Structure
यह Operation को Data Structure के Different Algorithms की मदद से करते है।
Insertion: इस Operation हम Data Structure में कुछ New Element Add कर सकते हैं।
Deletion: इस Operation में हम Data Structure में Element Remove करते है।
Update: हम किसी भी Item को Update भी कर सकते हैं, Example के लिए, हम किसी Element को किसी अन्य Element से बदल सकते हैं।
Searching: इसमें हम Data Structure में कुछ भी Search करते हैं।
Sorting: यह Operation में हम Data Structure के Element को Ascending या Descending Order में Sort कर सकते हैं।
Data Structure के लाभ
- Data Structure Storage Device पर Data को ठीक से स्टोर करने में मदद करती है।
- Data Structure का उपयोग Storage Device से Data Retrieve करते समय सुविधा प्रदान करता है।
- Data Structure , Small और Large Data की effective और efficient Processing प्रदान करता है।
- Data Structure का उपयोग, Data को Store करने, Retrieve करने या Processing करने जैसे कार्यों को करते समय Developer को बहुत समय या Processing Time बचाने में मदद कर सकता है।
- एक अच्छी Data Structure पद्धति के उपयोग से Large Data का Manipulation से किया जा सकता है।
Conclusion
हमें उम्मीद है की आपको यह Post Data Structure क्या है ? | What is Data Structure in Hindi पूरी तरह से समज में आया होगा और हमें यकीन है की आपको इस Article को पढ़कर काफी जानकारी भी मिली होगी.
यदि आपको हमारा यह लेख Data Structure क्या है ? | What is Data Structure in Hindi पसंद आया है तो आप इसे अपने दोस्तों और अपने सोशल मीडिया पर शेयर जरुर करे. जिससे वह लोग भी इस जानकारी का फायदा उठा सके और यह जान सके.
अगर आप Data Structure जैसे ओर Topic के बारेमे जानना चाहते है तो Notification Allow जरूर करदे। ताकि ऐसी Information आपको Daily मिलती रहे।
Also Read This