Skip to content

Fixed wrong order in BubbleSort, corrected spelling mistakes #1357

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

Merged
merged 1 commit into from Jul 4, 2020
Merged

Fixed wrong order in BubbleSort, corrected spelling mistakes #1357

merged 1 commit into from Jul 4, 2020

Conversation

ghost
Copy link

@ghost ghost commented Jun 30, 2020

  1. According to method's comment, array elements must be sorted in ascending order. But they sorted in descreasing order.
  2. Fixed some spelling mistakes. Order can be ascending and desceding, but not increasing and descreasing.

Copy link
Member

@StepfenShawn StepfenShawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@StepfenShawn StepfenShawn merged commit 4b42784 into TheAlgorithms:master Jul 4, 2020
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.

1 participant