Binary Heap - Insert, Sift Up, Delete, Sift Down, Heapify(BuildHeap)

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

КОМЕНТАРІ • 36

  • @BlueTreeCode
    @BlueTreeCode  3 роки тому +14

    Hey everyone thank you so much for the support and continued growth of the channel. I try my best to make these videos super easy to follow. However, while they look short (< 25 mins), they take hours upon hours to create, animate, and voice over. So it would mean a lot if you can share these videos with others. Hope you all enjoy :)

  • @darkinvader1739
    @darkinvader1739 2 роки тому +3

    Can’t appreciate your vids enough

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

      Thank you so much, Dark Invader! Feel free to share these videos with you friends as it really helps out the channel.

  • @ruijiewang4756
    @ruijiewang4756 Рік тому +2

    Thank you so much for your time and effort! You not only illutrstate heaps clearly, the animations your made are also neat and beautiful! Really helps me a lot for understand this data structure!

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thank you for such a kind comment!! Please do share this content with your friends or on social media as it will really help the channel to grow.

  • @tunatoktas6966
    @tunatoktas6966 Рік тому +1

    Thank you so much bro these codes are the most readable codes ı have ever seen !

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thank you so much! Please don't forget to like and share as it will help the channel to grow.

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

    Thanks! This is the clearest explanation I got by far. Clearer than even Leetcode

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thank you!! Please don't forget to share / recommend the channel to others as it will the channel to grow.

  • @alihabesh1952
    @alihabesh1952 3 роки тому +3

    Hey bro thanks for the videos, honestly this has to be THE best coding channel i have seen!!
    If you have time could you also possibly create videos for sorting algorithms such as merge sort, quicksort, insertion etc?

    • @BlueTreeCode
      @BlueTreeCode  3 роки тому +1

      Thank you! You've literally read my mind. 😂 I was planning to create videos on bubble sort, selection sort, insertion sort, radix sort, quick sort and merge sort after finishing up Graphs.

  • @dazhuwu
    @dazhuwu Рік тому

    Thank you so much! Every part is incredibly well explained.

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thanks a lot! Don't forget to Like and share as it helps the channel grow.

  • @vasilizaitsev7246
    @vasilizaitsev7246 3 роки тому +1

    Great tutorial bro. i really learn from your videos. we want moreeee :D

    • @BlueTreeCode
      @BlueTreeCode  3 роки тому

      Thanks vasili! I very much appreciate it! :)

  • @leepaolucci8124
    @leepaolucci8124 3 роки тому +1

    Super helpful! Very well done!

    • @BlueTreeCode
      @BlueTreeCode  3 роки тому +1

      I'm glad it helped, Lee Paolucci! :)

  • @hellothere8547
    @hellothere8547 Рік тому

    Great explanation! Thank you for your time.

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thanks a lot! Thank you for your time!! Please don't forget to share / recommend the channel on social media to help it grow.

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

    Thank you very very much !!

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

    Very underrated
    Keep it up!

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

      Thank you for the kind comment, Ferdous! :)

  • @AlansariMB
    @AlansariMB Рік тому

    Cool! much appreciated!

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Glad you found it helpful. If you have, please don't forget to like and share as it will help the channel grow.

  • @8tridentino
    @8tridentino Рік тому

    hey man, great video. just a quick note, the timestamps are slightly off

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thanks, noted! Please don't forget to like and share if you found the content helpful.

  • @lucassaito1791
    @lucassaito1791 3 роки тому +1

    Really enjoyed the content and the design of the board, could you do some videos(or do you have) about quick sort and merge sort?

    • @BlueTreeCode
      @BlueTreeCode  3 роки тому

      Thank you, Lucas! I'm working on some other things right now, but it looks like sorting videos are something people want, so I will spend some time each day working on a "Sorting Video" that would cover all the major sorting algorithms instead of separate videos.

  • @webworld99
    @webworld99 9 місяців тому

    Cool 😎

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thanks 😎. Don't forget to like and share if you found the content helpful.

  • @Dev-zr8si
    @Dev-zr8si 2 роки тому

    This is really good man

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

    how do you check if the left subtree or right subtree are valid trees? (only use array interface) Thank you

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

      Hi Thanh, you would use the bounds of array to determine the validity of a subtree. The key thing to grasp is that the complete binary tree is simply a visual representation of the array. The 0th index can be visualized as the root & the n-1th index can be visualized as the rightmost node on the last level. Hope this helps :)

  • @hisisters3650
    @hisisters3650 Рік тому

    thank you!

    • @BlueTreeCode
      @BlueTreeCode  6 місяців тому

      Thank you for watching! Please don't forget to like and share.