Heap Sort Sorting algorithm explained![With example and pseudocode]-ChipTalksComputers

Опубликовано: 21 Май 2026
на канале: ChipSqueax
201
8

Hi! In this video, we'll be trying to understand how the Heap Sort algorithm works and also be writing the pseudo-code for this algorithm! Heap Sort is a recursive sorting algorithm which uses a data structure called heap, which is based on the binary tree data structure.
Make sure that you smash that like button and subscribe to my channel for more such videos.

GitHub:
https://github.com/ChipTalksComputers
Facebook:
  / chiptalkscomputers-105731584427042  
Instagram:
  / chiptalkscomputers  
Subscribe now:
   / @chipsqueax  

Previous videos:
Quick Sort working:
   • Quick Sort algorithm explained with exampl...  
Quick Sort Python implementation:
   • Quick sort program explained in Python - C...  

Tags:
Heap Sort working
Heap Sort explained with example
Heap Sort example
Heap Sort Algorithm explained
Heap Sort algorithm