B-trees in 4 minutes - Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2024
  • Step by step instructions for searching a B-tree.
    Code: github.com/msambol/dsa/blob/m...
    Source: Introduction To Algorithms, Third Edition (CLRS) [www.amazon.com/Introduction-A...]
    LinkedIn: / michael-sambol

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

  • @nithyashreeravi8380
    @nithyashreeravi8380 ปีที่แล้ว +20

    I remember an interview question from red black trees. I had watched your videos and it helped me crack my first job. From tier 3 college -> Software Engineer. Thank you 😊.

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

      Tier 3 college LMFAO. Americans are so funny.

  • @randomtrucks
    @randomtrucks ปีที่แล้ว +6

    Not sure if that's a mistake at 3:53: the returned node should be (D, 0) instead of (D, 1), no?

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

    It's called great come back after 5 years.❤💚💛

  • @layanalthubaiti1480
    @layanalthubaiti1480 12 วันที่ผ่านมา

    Thank you very much❤️❤️. Your videos explain to me the hardest algorithm in a very simple way.🤩

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

    great channel for students! thank you!! :)

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

    Could you make a video on Big Omega, and Big Theta time complexity for algorithms? Thanks so much! :))

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

    Thanks for explaining it.

  • @evanhackett9632
    @evanhackett9632 6 หลายเดือนก่อน +1

    Nice video!

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

    Thanks for all the videos, they are really helping me with my uni. Also, will u be making a video on Shell Sorting?

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

    HE RETURNS