-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
Fix quicksort doc #4878
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
Fix quicksort doc #4878
Conversation
This is the same as #4875 fyi |
Hi @chakeson |
The binary traversal document is literally taken from https://github.com/azl397985856/leetcode/blob/master/thinkings/binary-tree-traversal.en.md while its in the creative common it should probably be mentioned. |
Yes, it's well explained there, I used it to review docs from there. |
Hi @chakeson |
I'm not a maintainer, I just try reviewed to help. They probably wont prioritise something with a spam looking pl. |
I don't suggest copy-paste from other repos. |
This pull request 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 contributions. |
Describe your change:
I fixed the quicksort documentation following the markdown best practices.
Checklist:
Fixes: #{$ISSUE_NO}
.