हेलो friends , आज के इस blog post(Subdomain vs Addon Domain In Hindi) में मैं आपको subdomain और addon domain के बारे में बताने वाला हूँ| जो लोग online business run करते है, website और blog चलाते है उन लोगो…
हेलो Friends , आज के इस blog post में हम fundamentals of C In Hindi के बारे में discuss करने वाले है, जिसके अंतर्गत हम C में use होने वाले सभी प्रकार के tokens के बारे में पढ़ेंगे| इस tokens…
हेलो फ्रेंड्स, आज के इस blog post(Preprocessor Directives Of C In Hindi) में मैं आपको C में use होने वाले preprocessor directives के बारे में बताने जा रहा हूँ| प्रत्येक प्रोग्राम की पहली लाइन #Include से प्रारम्भ होती है| यह…
हेलो Friends , आज के इस blog(History And Introduction of C Language In Hindi) में मैं आपको एक बहुत ही interesting language के बारे में बताने जा रहा हूँ जिसका नाम है ‘C’| अगर आप computer के स्टूडेंट है या…
Hello Friends, In this blog post(Check if a given Binary Tree is Heap) I am going to let you know how to check whether a given binary tree is Heap, BST(Binary Search Tree), Height balanced tree(AVL Tree), complete binary tree,…
Hello Friends, In this blog post(B-Tree Example In Data Structure) I am going to let you know about the B-Tree in Data Structure. B-Tree of order n is a balanced multiway search tree of order n, In which each non-root…
हेलो दोस्तों, आज के इस ब्लॉग पोस्ट(Kruskal Algorithm In Hindi) में मैं आपको Kruskal algorithm के बारे में बताने जा रहा हूँ, जिसका उपयोग हम spanning tree find करने के लिए करते है | इसमें हम optimal solutions को ढूंढ़ते…
हेलो Friends , आज के इस blog post(Prim’s Algorithm In Hindi) में मैं आपको एक बहुत ही important algorithm के बारे में बताने जा रहा हूँ| जिसका नाम है Prim’s algorithm(Prim’s Algorithm In Hindi), आपने इस Prim’s algorithm को data…
Hello Friends, In this blog post(Sorting Algorithm And Their Time Complexity In Data Structure) I am going to let you know about the complexity of the various sorting algorithms in the data structure. Here time complexity is the total time…
Hello Friends, In this blog post ‘Shell sort algorithm in data structure‘ I am going to let you know about a very interesting and useful sort in a data structure that is known as Shell Sort. In this blog post(Shell…