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

Add New Sorting Algorithm - Comb Sort algorithm in Java #326

Open
Wsheng0611 opened this issue Aug 10, 2022 · 1 comment
Open

Add New Sorting Algorithm - Comb Sort algorithm in Java #326

Wsheng0611 opened this issue Aug 10, 2022 · 1 comment

Comments

@Wsheng0611
Copy link

I think adding a new sorting algorithm is useful. Not only limited to the Bubble sort algorithm where Comb Sort improves it by increasing the shrink factor to 1.3 compared to Bubble sort only swap the value with the near integer.

@Wsheng0611 Wsheng0611 changed the title Added New Sorting Algorithm - CombSort in Java Languages Added New Sorting Algorithm - Comb Sort algorithm in Java Aug 10, 2022
@Wsheng0611 Wsheng0611 changed the title Added New Sorting Algorithm - Comb Sort algorithm in Java Add New Sorting Algorithm - Comb Sort algorithm in Java Aug 10, 2022
@SHEELINUNI
Copy link

I can do that

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

2 participants