Heap sort is a comparison based sorting technique based on Binary Heap data structure. I want to implement heap sort using stack data structure. But I do not have the algorithm