mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-09 21:41:46 +00:00
Heapsort program doesn't seem to work when you pass in an already sorted list #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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]
@ericcurtin commented on GitHub (Jan 3, 2020):
This fixes the issue:
https://github.com/TheAlgorithms/C/pull/507/files
@danghai commented on GitHub (Jan 4, 2020):
You can specify the issue number in commit message. It automatically is closed when it is merged.
The reference link: https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords