Data Structure Algorithm क्या हैं?

Data Structure Algorithm क्या हैं?  Definition of Algorithm (एल्गोरिथम की परिभाषा): किसी programming problem को हल करने के लिए उसके step by step solution को ही algorithm कहते हैं। Algorithm में किसी programming problem के logic को सरल एवं समझने योग्य भाषा मे लिखा जाता है। Algorithm को Flow Chart, Pseudo code या step method … Read more

Array क्या हैं ? [Types of Array in Hindi]

Array क्या हैं ? [Types of Array in Hindi] Array क्या है? Array एक ऐसे data structure है जिसके एक variable में एक ही समय में एक समान data type के एक से अधिक data items store किए जा सकते हैं। इसमें store सभी data items का एक ही नाम होता है लेकिन उनका index … Read more

What is Data Structure in Hindi [Types of Data Structure]

What is Data Structure [Types of Data Structure] Data Structure क्या हैं? Data structure कंप्यूटर की मुख्य मेमोरी (RAM) में डेटा को व्यवस्थित और संग्रहित करके रखने का एक विशेष तरीका होता है जिससे data को प्रभाशाली ढंग से (efficiently) प्रयोग के लाया जा सके। दूसरे शब्दों में program में data को विभिन्न प्रकार से व्यवस्थित … Read more