-
Notifications
You must be signed in to change notification settings - Fork 189
add Bubble Sort on Java #3
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
add Bubble Sort on Java #3
Conversation
Hi @suiyueranzly, thank you for your pull request! How do you think of putting a newline (\n) instead of a tab (\t) after every swap log? Otherwise, everything looks great.
Also, do you mind renaming the class from Code
to Main
and sending PR again? I just found out this server-side issue that the class name has to be Main
regardless of the file name in order to run the visualization on the website. (You can test the code on Scratch Paper.) I will be fixing this issue in the next few days.
OK , i will sending PR again later
...ad of a tab (\t) in Brute Force\Bubble Sort
small refactor in some sorting algorithms for better readability
No description provided.