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

Alphanumeric String Sort; Array Pair Sum; Array Sum - Java solution #121

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

TheMly
Copy link

@TheMly TheMly commented Oct 15, 2019

A Java solution for the Alphanumeric String Sort problem.

Also a Java solution for the Array Pair Sum problem, since the Java solution that is in the project for this problem, doesn't actually do what is supposed to do. For example, instead of outputting the pair [4,4] three times for that test case, that solution only outputs it two times.

My solution performs as is specified in the readme of the problem, as you can verify with the unit tests that I'm including in my commit too :)

EDIT 1: Added a Java solution for the Array Sum problem too ;)

@TheMly TheMly changed the title Alphanumeric String Sort - Java solution Alphanumeric String Sort; Array Pair Sum; Array Sum - Java solution Oct 18, 2019
@Fleshgrinder
Copy link
Collaborator

@TheMly we have a simpler solution for the alnum sorting problem in Java by now. Would you mind updating your PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants