Red-black trees: Samuel's tutorial

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024

Комментарии • 6

  • @yifumao1379
    @yifumao1379 8 дней назад

    Thanks, very nice slides and animation.

  • @benhuston4201
    @benhuston4201 21 день назад

    Great video, thank you!

  • @seyedmatintavakoliafshari8272
    @seyedmatintavakoliafshari8272 6 месяцев назад +2

    Wow man I genuinely have respect towards your videos, especially this one! I used to teach red-black trees back in my BSc, and to see how you elegantly (and yet compactly) illustrated to such detail how it all works out was truly mesmerizing! Very efficient. Keep up the good work.

  • @AlexanderKruel
    @AlexanderKruel 9 месяцев назад +2

    If u.left == self.nil shouldn't we replace u with u.right and vice versa?

    • @SamuelAlbanie1
      @SamuelAlbanie1  7 месяцев назад

      Yes, well-spotted! Thanks for flagging this, I'll update the slides.

  • @kevinzebb
    @kevinzebb 9 месяцев назад

    First