Heapsort program doesn't seem to work when you pass in an already sorted list #38

Open
opened 2026-01-29 15:01:32 +00:00 by claunia · 0 comments
Owner

Originally created by @ericcurtin on GitHub (Dec 16, 2019).

Enter the size of the array you want
5
Enter numbers separated by a comma:
1,2,3,4,5
[1, 2, 5, 3, 4]

Originally created by @ericcurtin on GitHub (Dec 16, 2019). Enter the size of the array you want 5 Enter numbers separated by a comma: 1,2,3,4,5 [1, 2, 5, 3, 4]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#38