shivanshugarg12800 / Algo_GT

This is the Master Repository for all the different algorithms in the world of DSA, be it in any language C++, Java, Python etc.....
12 stars 37 forks source link

Heap Sort #108

Closed opeeyum closed 2 years ago

opeeyum commented 2 years ago

Learn, how to create a max heap. And see how max-heap can be used to sort an array. Heap Sort is one of the efficient in-place sorting algorithms with a time complexity of o(nlogn).