What is Recursion in Data Structure in Hindi ?

Hello दोस्तों! आज मैं आपको इस पोस्ट में What is Recursion in Data Structure in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- Recursion in Data Structure in Hindi recursion computer science का एक impotent concept है बहुत सारी  Algorithm Recursion द्वारा describe की जा सकती है … Read more

Types of data structure in Hindi ( डेटा स्ट्रक्चर कितने प्रकार के होते हैं।)

  इस article में हम Types of data structure के बारे में  सरल व आसान भाषा में जानेंगे .. तो चलिए start करते हैं Data:- data are single value or of sets of value. एक data item को एक single unit value कहा जाता है। Types of data structure in Hindi:- Logical Address & Physical Address … Read more

what is Circular  Queue In Hindi? Circular  Queue क्या है ?

what is Circular  Queue In Hindi Linear queue  की तरह ही circular queue में भी Insertion , Initialization Underflow Condition की  testing आदि को perform किया जाता है अन्य operations कुछ Different होतो है । Testing of overflow condition in circular queue किसी भी नये element को जब circular queue में insert करना हो तो … Read more

Traversing, Inserting And Deleting linear Array in Data Structure in Hindi

Traversing, Inserting And Deleting linear Array in Data Structure in Hindi   Traversing in linear array हमारे पास एक linear array LA है जिससे lower bound (LB) तथा upper bound (UB) है एक operation PROCESS जो हर element मे visiting को दिखाता है । Algorithm:- [Initialize] set K=LB Repeat 3 & 4 while K=<=UB (Visiting … Read more

what is Array in Data Structure in Hindi ?डाटा स्ट्रक्चर मे अर्रे क्या है

Array in Data Structure in Hindi A  linear array is a list of find numbers of (N)  of the homogeneous data elements. array मे element index के द्वारा represent किए जाते है । array के element successive memory location पे स्टोर रहते है array की length या  size UB-LB+1 होती है जब हमें किसी Program … Read more

Searching Algorithms in data structure ( सरचिंग आलोगोरिथ्म क्या होते है )

what is searching algorithm in data structure searching algorithm in data structure:–  जिस प्रकार हम किसी school मे किसी student का record उसके roll number के  द्वारा ढूंद्ते है  उसी प्रकार  data structure मे key के द्वारा हम key की सारी information निकाल सकते है । types of searching algorithms in Hindi searching दो प्रकार … Read more