-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
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
Improved Heap sorting technique #9528
Labels
enhancement
This PR modified some existing files
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Aloneking789
added a commit
to Aloneking789/Python
that referenced
this issue
Oct 3, 2023
This is the solution to the problem TheAlgorithms#9528
|
swapnil290502
added a commit
to swapnil290502/Python
that referenced
this issue
Oct 4, 2023
In this adjusted version, the code is slightly more concise while maintaining readability. The changes include simplifying the conditional statements and loop ranges.
14 tasks
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
code you provided is a clear and concise implementation of the heap sort algorithm in Python. However, if you want to make it slightly more concise while preserving readability, you can make a few adjustments.
sign me up for hacktober fest
The text was updated successfully, but these errors were encountered: