What is linked list in data structure In Hindi जाने हिंदी में ( लिंक लिस्ट क्या है? )

  Hello दोस्तों! आज मैं आपको इस पोस्ट में  linked list in data structure in Hindi में बताऊंगा, तो चलिए शुरू करते हैं:- What is Linked List in Data Structure in Hindi यदि किसी Program के execution के पहले memory को divide किया जाता है तो वह static हो जाती है और उसे change नहीं … Read more

Basic Operations on Binary Search Tree in Data Structure जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में Basic Operations on Binary Search Tree क्या है? के बारें में बताऊंगा, और Binary search tree मे operations को perform करना  पढेंगे… तो चलिए शुरू करते हैं:- Binary Search Tree Binary search tree एक विशेष प्रकार का binary tree है जो Class के रूप में परिभाषित किया … Read more

Different Types of Linked List in Data Structure जाने हिंदी में…?

Hello दोस्तों! आज मैं आपको इस पोस्ट में Different Types of Linked List in Data Structure हिंदी में….   बताऊंगा, Different Types of Linked List in Data Structure in Hindi साधारणतः link list को 4 parts मे बाटा जाता है (1) Single Link List (सिंगल लिंक लिस्ट ) (2) Doubly Link List (दौबली लिंक लिस्ट ) … Read more

What is Height Balanced Tree in Data structure in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में Height Balanced Tree in Data structure  हिंदी में….   बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. What is a Height Balanced Tree in Data Structure Height-Balanced Tree Example What is a Height Balanced Tree in Data Structure … Read more

What is Threaded Binary Tree in Data structure जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में Threaded Binary Tree in Data structure  हिंदी में….   बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. Threaded Binary Tree Hindi Threaded binary tree के प्रकार के तो चलिए शुरू करते हैं:- Threaded Binary Tree Hindi जब किसी binary … Read more

what is circular linked list in data structure जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में circular linked list in data structure  हिंदी में….   बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. Circular Linked List Insert the new node in the circular link list Circular list की traversing Delete an Item from the … Read more

What is Dequeue in Hindi? Types of Dequeue in Hindi

what is dequeue in data structure and Types of Dequeue in Data Structure

Hello दोस्तों! आज मैं आपको इस पोस्ट में Dequeue क्या है? और कितने प्रकार का होता है  हिंदी में….   बताऊंगा,     What is Dequeue in Hindi ? Dequeue एक प्रकार की queue है जिसमे elements को किसी भी end से remove और add किया जा सकता है परंतु middle से insert नहीं किया जा … Read more

What is Insertion Sort in data structure in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में Insertion Sort क्या है? in Data Structure  हिंदी में….   बताऊंगा, Insertion Sort  in Hindi:- Insertion Sorting एक सरल Sorting Algorithm है जो आपके हाथों में खेल रहे card को sort करने के तरीके के समान काम करता है.. इस sorting मे set of value से उपलब्ध sort … Read more

What is Hash Table in Data Structure जाने हिंदी में….

Hello दोस्तों! आज मैं आपको इस पोस्ट में  Hash Table in Data Structure  के बारें hindi में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं: हेश टेबल क्या है? Memory मे कुछ data को store करने के लिए बहुत से program की आवश्यकता होती है । data structure को कई प्रकार … Read more

Selection sort in Data Structure in Hindi (selection sort क्या है जाने हिंदी में…. )

Hello दोस्तों! आज हम इस पोस्ट में What is Selection sort in Hindi के बारें में पूरे विस्तार से पढेंगे और इसके उदाहरण को भी देखेंगे तो चलिए start करते हैं:- What is Selection sort in Hindi:- ये technique minimum-maximum element पर निर्भर करती है। इसके लिए सबसे पहले minimum value को select किया जायेगा … Read more