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

docs: Modify basic sorting algorithm description #4854

Closed
wants to merge 1 commit into from

Conversation

shongs27
Copy link

@shongs27 shongs27 commented May 11, 2023

Basic sorting algorithm description is incorrect

a>b and b<a are the same case.
if a>b condition is not right, you shoud judge a<b condition

@shongs27 shongs27 changed the title docs: Modify default sorting algorithm description docs: Modify basic sorting algorithm description May 11, 2023
@tychenjiajun
Copy link
Contributor

Still incorrect, see #5134

@shongs27 shongs27 closed this by deleting the head repository Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants