-
-
Notifications
You must be signed in to change notification settings - Fork 766
Added Korean explanation of Heap Sort + Fix typo #158
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
Conversation
Co-authored-by: David Leal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the merge conflicts here. Let us know if you need any help! :)
I have resolved both requests and conflicts. is it correct? If it's not correct, please tell me :) |
Co-authored-by: David Leal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 Thank you for your contribution! 😄👍
A Korean description of heap sort was added, and there was a typo in the English description of heap sort where heap sort was a selection sort, so it was corrected. I want to be added. Thank you.