cave7/sort

small bug in non void function

Opened this issue · 0 comments

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.