π§ Today I Studied Heap Sort and Solved Heap-Based Tasks in Python
π What I Did Today
After learning about heaps (max heap, min heap, and their operations), I decided to take it further. I implemented:
A full Heap Sort using a max heap
A custom solution to find the k largest elements in an array using a min-heap ...
kasumbidatastructures.hashnode.dev2 min read