Write a Julia programme for Heap sort
Opened this issue · 0 comments
codinasion-bot commented
Description
Write a programme for Heap sort
Input : 5 4 1 6 2
Output : 1 2 4 5 6
Opened this issue · 0 comments
Write a programme for Heap sort
Input : 5 4 1 6 2
Output : 1 2 4 5 6