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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing BubbleSort Algorithm from only int to Generic. #580

Closed
AkMo3 opened this issue Nov 21, 2020 · 2 comments 路 Fixed by #581
Closed

Changing BubbleSort Algorithm from only int to Generic. #580

AkMo3 opened this issue Nov 21, 2020 · 2 comments 路 Fixed by #581
Assignees
Labels
bug Something isn't working

Comments

@AkMo3
Copy link
Contributor

AkMo3 commented Nov 21, 2020

馃悰 Bug Report

The current BubbleSort(InsertionSort) sort array of only Integer type.

Have you spent some time to check if this issue has been raised before?

Not Required

To Reproduce

Not Required

Expected behavior

The algorithm should be generic.

(Write what you thought would happen.)

Actual Behavior

Should be able to sort other data types also.

(Write what happened. Add screenshots, if applicable.)

Your Environment

(Write Environment, Operating system and version etc.)

@AkMo3 AkMo3 added the bug Something isn't working label Nov 21, 2020
@AkMo3
Copy link
Contributor Author

AkMo3 commented Nov 21, 2020

I would like to take this issue.

@dubesar
Copy link
Owner

dubesar commented Nov 23, 2020

@AkMo3 Yes you can go ahead with this!

AkMo3 added a commit to AkMo3/Ultimate-Java-Resources that referenced this issue Nov 23, 2020
dubesar added a commit that referenced this issue Nov 23, 2020
Issue #580: Changes BubbleSort Algorithm to generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants