Operations of Data Structure in hindi-ऑपरेशन data structure क्या है?

हेल्लो दोस्तों ! डाटा स्ट्रक्चर data structure  के बारे में पीछे दिए गए पोस्ट में बताया गया है आज इस पोस्ट में Operations of Data Structure in hindi  के बारे में बताया जा रहा है

Data structure operation का परिचय

data structure को कुछ important operation perform करने के लिए क्रिएट किया जाता है सभी data structure एक जैसे  ही operation perform करते हैl

लेकिन हर data  structure के द्वारा operation अलग अलग तरह से perform होता है

example के लिए यदि stack में data एक ही side से insert और remove किया जाता है जबकि queues में data एक side से insert किया जाता है और दूसरी side से remove किया जाता है

इसलिए data structure के द्वारा perform किये जाने वाला common operation के बारे में निचे दिया जा रहा है

Traversing

Traversing operation में data के हर रिकॉर्ड को सिर्फ एक बार ही एक्सेस(access) किया जाता है ताकि उसे प्रोसेस किया जा सके Traversing operation loops के द्वारा perform किया जाता है

example के लिए एक array के element को आप लूप के द्वारा traverse करते है और उन्हें प्रिंट करवाते है

Insertion-insertion operation में किसी data structure में data insert किया जाता है अलग अलग के data structure में insertion operation को अलग अलग नामो से जाना जाता है

example के लिए stack के सम्बन्ध में इस operation को push operation कहा जाता है जबकि queues के सन्दर्भ में इस operation को enqueue operation कहा जाता है

deletion

किसी data structure में से data remove करना deletion कहलाता है अलग अलग data structure में deletion operation को अलग अलग नामो से जाना जाता है

example के लिए stack के सन्दर्भ में इस operation को pop कहा जाता है जबकि queues के सन्दर्भ में इस operation को dequeue कहा जाता है

Searching

जब किसी data structure में कोई data search किया जाता है तो वह operation searching कहलाता है यह एक बहुत ही important operation होता है जो frequently perform किया जाता है

searching operation perform करने के अलग अलग कई techniques प्रयोग की जाती है जिन्हें searching techniques कहा जाता है

example के  लिए linear search searching techniques है

Sorting

data को किसी निश्चित order में arrange करना sorting कहलाता है

example  के लिए यदि data टेक्स्ट है तो उसे alphabetical order (a,b,c आदि) में sort किया जाता है यदि data नुमेरिक(numeric) है तो उसे ascending (1,2,3, …n) या descending(n….. 3,2,1) order में sort किया जाता है

sorting operation perform करने के लिए अलग अलग प्रकार की technique का प्रयोग किया जाता है जिन्हें sorting technique कहा जाता है

example के लिए सिलेक्शन(selection) sort ,bubble sort और insertion sort आदि में प्रमुख sorting technique है

Merging

मर्जिंग(merging) operation में दो structure रिकॉर्ड को एक सिंगल के रूप में combine किया जाता है यह operation sorting operation के साथ भी perform किया गया है

 

इस पोस्ट में data structures and algorithms, data structure interview questions,data structures in c,data structure tutorial के बारे में अगले पोस्ट में दिया जायेगा

Operations of Data Structure in hindi

reference-https://www.geeksforgeeks.org/common-operations-on-various-data-structures/

निवेदन:-आप सभी छात्र –छात्रों से निवेदन है की अगर आपको ये Topic(Operations of Data Structure in hindi) अच्छा लगा हो तो कृपया आप इस वेबसाइट के बारे में अपने दोस्तों को जरुर बताये अगर कोई topic से संबधित प्रश्न हो तो कमेंट्स(comments) आपके लिए ही बना है और किसी Subject(Operations of Data Structure in hindi) के लेकर भी कोई प्रश्न हो तो कमेंट करे

“आपका comments हमारे लिए बहुमूल्य है “   *_*धन्यवाद

Leave a Comment