heap sort may be considered as insertion sort or selection sort done on a heap data structure instead of a list? Which one will it be?
solved heap sort may be considered as insertion sort or selection sort done on a heap data structure instead of a list? Which one will it be?