Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OTHER] #4647

Closed
Satya2234 opened this issue Oct 4, 2023 · 4 comments
Closed

[OTHER] #4647

Satya2234 opened this issue Oct 4, 2023 · 4 comments
Labels
awaiting triage Awaiting triage from a maintainer stale

Comments

@Satya2234
Copy link

What would you like to share?

Repeatedly delete the root element of the heap and place it at the end of the sorted array

Additional information

No response

@Satya2234 Satya2234 added the awaiting triage Awaiting triage from a maintainer label Oct 4, 2023
@Satya2234
Copy link
Author

Heapify the remaining elements of the heap.

@syedasgarahmed
Copy link

Heap sort has a time complexity of O(n log n) in the worst and average cases, making it efficient for large datasets.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

@github-actions github-actions bot added the stale label Jan 13, 2024
Copy link

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage Awaiting triage from a maintainer stale
Projects
None yet
Development

No branches or pull requests

2 participants