Types of Binary Tree [5 types]

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 45

  • @racshitbhandari1192
    @racshitbhandari1192 4 ปีที่แล้ว +12

    My man said "If you don't like it, then hit the dislike button". Chill it 😂

  • @ayushpatel125
    @ayushpatel125 5 หลายเดือนก่อน

    quality content in just 9 min . wow . have no word ❤❤❤❤❤

  • @bunnybag
    @bunnybag 4 ปีที่แล้ว +3

    Thank you sir, was really confused b/w CBT and PBT

  • @musnmal
    @musnmal 4 ปีที่แล้ว +4

    wow ~.~ :) great!!
    According to korea binary tree theory ,
    the full binary tree is equivalent to perfect binary tree.....

  • @triggered_deep3071
    @triggered_deep3071 ปีที่แล้ว +2

    Best sir ❤ nicely explained

  • @belikelambo9137
    @belikelambo9137 5 ปีที่แล้ว +2

    Great explaination. I was not able to understand while reading from so many blogs. Now i could. TnQ. I hid(t) the like button 👍

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว +1

      Thnq :) If you need any topic suggestion then do let me know.

    • @belikelambo9137
      @belikelambo9137 5 ปีที่แล้ว +1

      @@techdose4u coading interview questions with solutions. Most of the youngsters looking for that.

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว +1

      I am making making coding interview questions as well. I will keep on uploading helpful topics :)

  • @fikret8422
    @fikret8422 ปีที่แล้ว

    very well explained thanks a lot

  • @JamesBrodski
    @JamesBrodski 3 ปีที่แล้ว

    Great video! Thank you so much.

  • @siddharthasharma9316
    @siddharthasharma9316 4 ปีที่แล้ว

    Good job friend

  • @1anu_ra-dha.
    @1anu_ra-dha. 2 ปีที่แล้ว

    Thankyou so much

  • @haqnawaz42721
    @haqnawaz42721 3 ปีที่แล้ว +1

    Thank you Sir

  • @midhunrajr372
    @midhunrajr372 4 ปีที่แล้ว +2

    Good fast explanation.
    Degenerate tree can be said as binary trees?

    • @techdose4u
      @techdose4u  4 ปีที่แล้ว

      Although the tree is same as a linked list because of having a single child for each node but still it is categorised under a binary tree with very bad peeformance (like a skew tree) and hence called degenerate or pathological (like a tree with disability or disease :P )

  • @kanak328
    @kanak328 9 หลายเดือนก่อน

    Thanks sir

  • @GhulamMurtazaDahar
    @GhulamMurtazaDahar 5 ปีที่แล้ว +2

    I wonder why does this video has less views?

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว

      Thnq for appreciating Ghulam :) Pls share wd those who need it.

    • @GhulamMurtazaDahar
      @GhulamMurtazaDahar 5 ปีที่แล้ว +1

      @@techdose4u keep up the good work. Dont worry about the views or money. Keep doing if it makes you happy.
      I have been making educational videos for a year. I don't care about views. It just feels good to do something different.

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว

      True :)

  • @tbinside8747
    @tbinside8747 5 ปีที่แล้ว +1

    Very good teaching skills i understood it clearly. Plz improve ur presentation skills specially handwriting.

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว +1

      I m working on presentation improvement :)

  • @alapanchatterjee8701
    @alapanchatterjee8701 5 ปีที่แล้ว +1

    At 4:57 , there is a formula saying "No. of nodes at ht. h = (2^h) - 1"
    Can you please prove it with some examples???

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว +1

      You can google the proof. I have taken height/depth starting from 1. Those who take it from 0 will write (h+1) instead of h. I hope you get it.

    • @alapanchatterjee8701
      @alapanchatterjee8701 5 ปีที่แล้ว

      @@techdose4u ,
      I was taking from 0, that's why I couldn't understand it.
      Thanks a lot 😌

    • @mithleshkumarsingh6026
      @mithleshkumarsingh6026 4 ปีที่แล้ว +1

      Total no of nodes in the perfect binary tree of height h =2^h-1
      Not no of nodes at height h

  • @shuilin1499
    @shuilin1499 ปีที่แล้ว

    hey, sir , could you turn on the subtitle/cc for us, please?

  • @intrepid18
    @intrepid18 2 ปีที่แล้ว

    Sir full binary trees sirf left me hi expand hote h kya

  • @AdityaNayak-gx9oc
    @AdityaNayak-gx9oc ปีที่แล้ว

    What about binary search tree

  • @mr_chinna15
    @mr_chinna15 4 ปีที่แล้ว +2

    presentation is vvgood improve writting

    • @techdose4u
      @techdose4u  4 ปีที่แล้ว

      Thanks. Improved in recent videos.

  • @seratbhuiyan5368
    @seratbhuiyan5368 7 หลายเดือนก่อน

    this isnt bst cus left node should be less

  • @saumyojitdas4212
    @saumyojitdas4212 5 ปีที่แล้ว

    Which of the following is TRUE about binary trees?
    The number of nodes on the last level is equal to the sum of the number of nodes on all other levels
    .A node may have one child
    The total number of nodes is one less than a power of 2
    Every node must have 2 children

    • @techdose4u
      @techdose4u  5 ปีที่แล้ว

      Please mention what typr of binary tree you are talking about...... The last point is valid for Full Binary Tree.

    • @saumyojitdas4212
      @saumyojitdas4212 5 ปีที่แล้ว

      @@techdose4u answer is given a node have one child

  • @Sxhail07
    @Sxhail07 5 ปีที่แล้ว +1

    Its Children not Childrens*