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

not working bubbleSort #34

Closed
MNCODE opened this issue Sep 18, 2017 · 2 comments
Closed

not working bubbleSort #34

MNCODE opened this issue Sep 18, 2017 · 2 comments

Comments

@MNCODE
Copy link

MNCODE commented 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

@MNCODE MNCODE changed the title not working not working bubbleSort Sep 18, 2017
@shashikedissanayake
Copy link
Contributor

shashikedissanayake commented 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

@sachinarora707
Copy link
Contributor

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

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

No branches or pull requests

3 participants