small bug in non void function
Opened this issue · 0 comments
ozge773 commented
in the function heapify, it is necessary to return another integer in the final else statement (after line 60) return 1;
Also for successful run necessary function prototypes should be added.