Skip to content

Update BubbleSort.java#1174

Merged
yanglbme merged 1 commit into
TheAlgorithms:masterfrom
cganey:BubbleSortLogic
Dec 16, 2019
Merged

Update BubbleSort.java#1174
yanglbme merged 1 commit into
TheAlgorithms:masterfrom
cganey:BubbleSortLogic

Conversation

@cganey

@cganey cganey commented Nov 23, 2019

Copy link
Copy Markdown
Contributor

Fix logic in Sorts/BubbleSort.java
Output from print(integers) returns [78, 231, 54, 23, 12, 9, 6, 4, 1]
Correct output should be: [231, 78, 54, 23, 12, 9, 6, 4, 1]

Output from print(integers) returns [78, 231, 54, 23, 12, 9, 6, 4, 1]
Correct output should be: [231, 78, 54, 23, 12, 9, 6, 4, 1]
@yanglbme yanglbme merged commit d9c7b84 into TheAlgorithms:master Dec 16, 2019
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.

2 participants