not working bubbleSort #2

Closed
opened 2026-01-29 15:00:07 +00:00 by claunia · 2 comments
Owner

Originally created by @MNCODE on GitHub (Sep 18, 2017).

C:\Users\Marcel\Desktop\Projekte\C-Projekte\Bubblesort_Github\cmake-build-debug\Bubblesort_Github.exe
Enter the value number 1
2
2
would you enter an other value (1:Continue/0:Sort the actual array)?
1
1
Enter the value number 2
3
3
would you enter an other value (1:Continue/0:Sort the actual array)?
1
1
Enter the value number 3
4
4
would you enter an other value (1:Continue/0:Sort the actual array)?
1
1
Enter the value number 4
1
1
would you enter an other value (1:Continue/0:Sort the actual array)?
0
0
1, 2, 3, 1811939332,
Process finished with exit code 0

Originally created by @MNCODE on GitHub (Sep 18, 2017). C:\Users\Marcel\Desktop\Projekte\C-Projekte\Bubblesort_Github\cmake-build-debug\Bubblesort_Github.exe Enter the value number 1 2 2 would you enter an other value (1:Continue/0:Sort the actual array)? 1 1 Enter the value number 2 3 3 would you enter an other value (1:Continue/0:Sort the actual array)? 1 1 Enter the value number 3 4 4 would you enter an other value (1:Continue/0:Sort the actual array)? 1 1 Enter the value number 4 1 1 would you enter an other value (1:Continue/0:Sort the actual array)? 0 0 1, 2, 3, 1811939332, Process finished with exit code 0
Author
Owner

@shashikedissanayake commented on GitHub (Sep 21, 2017):

I follow the steps you are given in debug mode, but i got the expected result. The algorithm is correct and it is work fine. I attach my debug mode results within this
image

@shashikedissanayake commented on GitHub (Sep 21, 2017): I follow the steps you are given in debug mode, but i got the expected result. The algorithm is correct and it is work fine. I attach my debug mode results within this ![image](https://user-images.githubusercontent.com/19923512/30678320-dd048ce8-9e80-11e7-900b-cc430b7d89ee.jpg)
Author
Owner

@sachinarora707 commented on GitHub (Sep 21, 2017):

@MNCODE It's working fine for me as well.

@sachinarora707 commented on GitHub (Sep 21, 2017): @MNCODE It's working fine for me as well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2