Heaps and Priority Queues

Поділитися
Вставка
  • Опубліковано 27 січ 2025

КОМЕНТАРІ • 25

  • @yujialian1617
    @yujialian1617 8 років тому

    Thank you Mr.Moore, very clear

  • @CamKnoppMusic
    @CamKnoppMusic 6 років тому

    Thank you so much for the easy-to-understand explanation. So much better than my professor's explanation. I think most people like to overcomplicate things just to sound smart, but you made it nice and simple.

  • @zhuosiwang6329
    @zhuosiwang6329 7 років тому

    Great video! Thanks Carleton. Really clear.

  • @nitishkumar-py9ru
    @nitishkumar-py9ru 8 років тому +1

    just awesome man (y) . Short and to the point .

  • @technowey
    @technowey 10 років тому

    That was a very clear explanation. Thank you.

  • @nkundukozerajanvier162
    @nkundukozerajanvier162 8 років тому +1

    it's awesome Sir. Thanks a lot!!!

  • @nayananjaleerajarathna4055
    @nayananjaleerajarathna4055 8 років тому

    Thank you so much..!

  • @g3mint446
    @g3mint446 8 років тому

    Thank you. Nice and direct explanation!

  • @adefrawy
    @adefrawy 8 років тому

    Great video. Thanks a lot

  • @Hitmycatdaddynz
    @Hitmycatdaddynz 7 років тому

    Thanks from New Zealand!

  • @InspireTrendz
    @InspireTrendz 9 років тому

    Very clear and nice explanation.. Thanks a lot1

  • @JamesOfKS
    @JamesOfKS 7 років тому +9

    are you aboard a very large ocean vessel? what is that rattling noise?

  • @梁维桐
    @梁维桐 9 років тому

    very clear , and helpful!!! Thanks !

  • @vedant9887626061
    @vedant9887626061 8 років тому

    Awesome

  • @PriyankaKumari-ny7mm
    @PriyankaKumari-ny7mm 7 років тому

    Best explanation! Keep making video sir!

  • @Efka218
    @Efka218 7 років тому

    Thanks for your videos, very helpful. :)

  • @zachward5972
    @zachward5972 9 років тому

    Thank you for this explanation it was very helpful

  • @hailid88
    @hailid88 8 років тому

    super helpful. thanks.

  • @charlieguan3618
    @charlieguan3618 7 років тому

    Its helpful. Thank you sir!!

  • @TheStat77
    @TheStat77 9 років тому +1

    good man thank you

  • @61Marsh
    @61Marsh 9 років тому

    nice video!

  • @Ketan302
    @Ketan302 7 років тому

    nice video

  • @PrakashSathiyamoorthyHere
    @PrakashSathiyamoorthyHere 7 років тому

    Really good video indeed ! If I had one comment, Priority Queue by the name suggests we want something of higher importance right? But we are drawing minimum every time. So then the same logic could be applied to create a max heap for priority queue? What am i missing? Thanks again !

  • @viveksai9353
    @viveksai9353 7 років тому

    Sir, the swap here is a swap of values or the swap of references to the values?? Thanks in advance.

    • @CarletonMoore
      @CarletonMoore  7 років тому

      It depends on the programming language you are using. In Java, for Objects you are swapping the references to the values.