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

Bubble Sort Algo Running too Fast #3

Open
techieshouvik opened this issue Dec 9, 2020 · 0 comments
Open

Bubble Sort Algo Running too Fast #3

techieshouvik opened this issue Dec 9, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@techieshouvik
Copy link
Owner

techieshouvik commented Dec 9, 2020

The algorithm for bubble Sort is running too fast. The Speed has to be slowed down using pauseComp() function.

Take Reference from other algorithms that have already been written.

Note : You do not need to make a new function of pauseComp() , it has already been made.
It has already been called too. You just need to change the value inside pauseComp(x) to something like pauseComp(20);

Additional Instruction : Adjust the speed so that it matches that of remaining Algorithms,, by intuitive estimate

@techieshouvik techieshouvik added the good first issue Good for newcomers label Dec 9, 2020
techieshouvik pushed a commit that referenced this issue Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant