Data Structures in Typescript #17 - Binomial Heap Introduction

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

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

  • @BelegaerTheGreat
    @BelegaerTheGreat 4 месяца назад +5

    Video beginning with a quote from Hofstadter and Minecraft music, this has to be good.
    Edit: Yep, you deserve my lecturer's salary.

  • @onurcanisler
    @onurcanisler 3 года назад +11

    *Nothing in the world could be better than an intro with C418 piano song.*

  • @emmatime2016
    @emmatime2016 3 года назад +4

    Great video! I am studying Advanced Algorithm now and encountered this data structure. I have gone through a lot of documentations and videos and you are the best!

  • @karencastelino1793
    @karencastelino1793 4 года назад +3

    This is so simple and easy to follow! Excellent explanation!

  • @acheacjun
    @acheacjun 5 месяцев назад +1

    really well explained, appreciate

  • @M0niqa91
    @M0niqa91 Год назад +1

    Excellent explanation! Thank you!

  • @_gauravkumar
    @_gauravkumar 2 года назад

    Amazing explanation🙌

  • @icheckedavailability
    @icheckedavailability 2 года назад

    clear explanations, thanks

  • @captainjow1518
    @captainjow1518 3 года назад +1

    amazing work

  • @shashanksharma21
    @shashanksharma21 3 года назад

    Amazing explanation !!

  • @christianispas787
    @christianispas787 2 года назад

    Very Useful!

  • @shutaoshen8115
    @shutaoshen8115 3 года назад +1

    thank you! good intro!

  • @THVLPLYR
    @THVLPLYR 2 года назад

    brilliant tutorial !!!

  • @rahmanmustafayev6843
    @rahmanmustafayev6843 2 года назад

    How is looking up a value in binary heap takes a constant time? Don’t we have to go through all the heap nodes to check if the node exists? Can anyone explain me that?

  • @jan.k.
    @jan.k. 3 года назад

    Great video. But at minute 27:54 you showed an ASCII representation of a tree and I was wondering if it's allowed for A to have two children with a rank of one (C and E) or if I missed something there. Thank's in advance and keep up the good work.

    • @jacksonchen8679
      @jacksonchen8679 2 года назад

      I think that he just want to tell us what is left-child right-silbing tree.

  • @Harshulify
    @Harshulify Год назад

    Thx

  • @alchemist6508
    @alchemist6508 4 месяца назад

    You know Skew Binomial Heap?