mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
not working bubbleSort #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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

@sachinarora707 commented on GitHub (Sep 21, 2017):
@MNCODE It's working fine for me as well.