Binary tree in hindi

binary tree in hindi:-

Data structure में, Binary tree वह tree है जिसमें प्रत्येक node के केवल अधिकतम दो children होते है। जिन्हें left child और right child कहा जाता है।
जो root node होता है वह सबसे ऊपरी node होता है।

image

जब tree में एक भी node नही होता है उसे हम empty tree कहते है।

Summary (सारांश)

Binary tree in hindi का यह लेख Data Structure के एक महत्वपूर्ण टॉपिक को सरल भाषा में समझाता है। इसमें बताया गया है कि Binary tree एक ऐसा tree है जिसमें हर node के अधिकतम दो children (left child और right child) हो सकते हैं। आप यहाँ सीखेंगे कि root node सबसे ऊपरी node होता है और बिना किसी node वाले tree को empty tree कहा जाता है। इस article से छात्र निम्नलिखित सीखेंगे:

  • Binary tree की basic परिभाषा और इसकी संरचना को समझना।
  • Left child और right child का concept स्पष्ट होना।
  • Root node और empty tree जैसे शब्दों का अर्थ जानना।
  • Data structure में tree के अन्य types की तैयारी के लिए नींव मजबूत करना।
Exam preparation में यह लेख मददगार है क्योंकि Binary tree के प्रश्न अक्सर University exams और competitive tests में पूछे जाते हैं। इसे पढ़कर आप theory को जल्दी याद कर सकते हैं और coding problems जैसे tree traversal को हल करने में आसानी होगी।

निवेदन:-अगर आपका किसी subjects को लेकर कोई सवाल या कोई
topics है तो हमें बतायें हम उसको एक या दो दिन के अंदर यहाँ हिंदी में प्रकाशित करेंगे।

20 thoughts on “Binary tree in hindi”

  1. Suppose the following list of letter is inserted in order into an empty binary search free
    J,r,d,t,g,e,a,m,h,f,q,u,b
    Draw the resulting tree

    Please help me

    Reply
  2. sir ty bsc. i.t. me ek Software Project Management subject launch hua hai. please sir provide hindi notes. because all my friends wait for it.

    Reply

Leave a Comment