Doubly Linked List in Hindi & algorithm

हेल्लो friends! आज इस पोस्ट में हम what is Doubly Linked List in Hindi (डबली लिंक्ड लिस्ट क्या है?) के बारें में पढेंगे तथा इसके advantage और disadvantage को भी देखेंगे तो चलिए start करते हैं:- टॉपिक1 Doubly Linked List in Hindi – डबली लिंक्ड लिस्ट क्या है?2 Advantage of Doubly linked list in Hindi … Read more

Time Complexity and Space Complexity in Hindi – टाइम और स्पेस कॉम्प्लेक्सिटी

हेल्लो दोस्तों! आज मैं आपको Time Complexity and Space Complexity in Hindi (टाइम कॉम्प्लेक्सिटी और स्पेस कॉम्प्लेक्सिटी क्या हैं?) के बारें में बताउंगा तथा इनके मध्य अंतर को भी पढेंगे. तो चलिए start करते हैं:- Time Complexity in Hindi एक algorithm की time complexity, अल्गोरिथम के द्वारा अपनी process को पूरा करने में लगने वाले … Read more

what is asymptotic notation in Hindi – data structure

hello दोस्तों! आज हम इस post में what is asymptotic notation in Hindi के बारें में पढेंगे. यह data structure का एक important टॉपिक है तो चलिए शुरू करते है. टॉपिक1 asymptotic notation in Hindi2 O: Asymptotic Upper Bound3 Ω: Asymptotic Lower Bound4 θ: Asymptotic Tight Bound asymptotic notation in Hindi asymptotic notation जो है वह … Read more

Representation of linked list in memory in hindi

Hello guys, इस पोस्ट में हम Representation of linked list in memory in Hindi के बारें में पढेंगे. data structure के मैंने और भी posts डाली हुई है आप उन्हें भी पढ़ सकते है:- data structure क्या है और इसके प्रकार linked list किसे कहते है? Representation of linked list in memory in Hindi memory … Read more

implementation of queue in hindi – array

Hello guys, आज इस पोस्ट में हम implementation of queue in hindi के बारें में पढेंगे. मैंने इससे पहले data structure के बहुत सारें topics लिखे हुए है आप उन्हें भी पढ़ सकते है:- data structure क्या है और इसके प्रकार queue क्या होता है? Implementation of queue in hindi queue को हम array, stack … Read more

लीनियर क्यू क्या है – What is Linear Queue in hindi

Hello guys, आज इस article में हम data structure के टॉपिक what is linear queue in hindi (लीनियर क्यू क्या है) के बारें में पढेंगे, तो चलिए start करते है:- Linear queue क्या है? इसे निम्नलिखित बिन्दुओं के आधार पर आसानी से समझ सकते है:- यह एक linear data structure है. linear queue में data … Read more

deque (double ended queue) क्या है? हिंदी में

hello guys आज हम इस article में what is deque in hindi के बारें में पढेंगे और इसके applications के बारें में पढेंगे तो चलिए start करते है:- data structure क्या है? queue क्या है और इसके प्रकार what is deque in hindi deque का पूरा नाम double ended queue है. यह queue का एक … Read more

what is Priority queue in hindi?

hello guys, आज इस post में हम data structure के टॉपिक what is priority queue in hindi के बारें में पढेंगे तो चलिए start करते है:- queue क्या है? data structure क्या है और इसके प्रकार What is Priority queue in hindi Priority queue जो है वह queue का एक extension है. यह एक प्रकार … Read more

Linked list operations in hindi

hello guys, आज हम post में linked list operations in Hindi (लिंक्ड लिस्ट के ऑपरेशन) के बारें में विस्तारपूर्वक पढेंगे. तो चलिए start करते है. linked list क्या है? data structure क्या है और इसके प्रकार टॉपिक1 Linked list operations in Hindi2 insertion operation3 deletion operation4 traverse operation in hindi5 search operation6 display operation Linked … Read more

लिंक्ड लिस्ट के अनुप्रयोग – Application of linked list in hindi

hello guys, आज हम इस पोस्ट में application of linked list in hindi (लिंक्ड लिस्ट के अनुप्रयोग) के बारें में पढेंगे. तो चलिए शुरू करते है:- linked list क्या है? data structure क्या है और इसके प्रकार के बारें में पढ़िए. Application of linked list in hindi – लिंक्ड लिस्ट के अनुप्रयोग इसके अनुप्रयोग निम्नलिखित … Read more