Indexed Priority Queue | Data Structure | Source Code

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ •

  • @pokerface550
    @pokerface550 5 років тому +2

    Awesome tutorial! I am especially happy to have learnt about such things as Union&Find, Suffix Array and Fenwick tree that are rarely to never mentioned in many other tutorials.

  • @akhilvaid6889
    @akhilvaid6889 4 роки тому

    Im finally here. After 52 videos. The last one. Good work and Good luck!

  • @kingdominth4
    @kingdominth4 6 років тому +2

    Sorry, but you're awesome! Thanks for taking the time to create these informative videos! They really help.

  • @ashishpandey698
    @ashishpandey698 4 роки тому

    The whole tutorial was awesome, Thanks!!

  • @JitendraKumar-ti6yd
    @JitendraKumar-ti6yd 2 роки тому

    William, can you please explain the degree part

  • @moonmaster36
    @moonmaster36 2 роки тому

    How are the parent and child arrays updated during swaps? Or do they not need to be updated?

  • @pipilu3055
    @pipilu3055 4 роки тому +1

    minChild is ill-defined, if the parent node i is less than all its children, then there is no minChild, which is contradictory with the comment. I was confused by the sink function until I found the minChild has a different meaning.

  • @DublinSeafoodInc
    @DublinSeafoodInc 5 місяців тому

    Satisfactory

  • @junbug3312
    @junbug3312 4 роки тому

    In explanation vid, we delete the node before sink() but in code, sink() happens before deleting the node. Can you explain?

    • @WilliamFiset-videos
      @WilliamFiset-videos  4 роки тому +1

      The source code on GitHub is the source of truth, the explanation videos sometimes have typos

  • @quocbao6046
    @quocbao6046 5 років тому

    I have trouble understand the degree?