Please tell the error in the code (Creating heap)?
hi @nitinchauhan0808_be04315530401452 make the correction in order while correcting
like this
if(left<=last && compare(v[left],v[index])){
min_index=left;
}
if(right<=last && compare(v[right],v[min_index])){
min_index=right;
}
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.