OmkarPathak / pygorithm

A Python module for learning all major algorithms
MIT License
4.41k stars 510 forks source link

Update heap_sort.py #84

Closed tsehori closed 6 years ago

tsehori commented 6 years ago

Added explanation for how heap-sort works and corresponds to the method heapify().