-
Notifications
You must be signed in to change notification settings - Fork 7
Palindrome permutation #251
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
Conversation
|
Instead of just calling it "-Faster", this time, it's better to call it "-Array" and the previous solution "-HashMap". |
|
Uising 3 valued Java-logic ( Optional<Boolean> )might also be helpful here: |
Ok, this is done. |
What do you think about the idea here? Would it work? |
Yeah, of course. Nice idea: Even if, Optional class is not that useful in this context, It would be something like that: In what kind of context would an Optional be meaningful?
In that case, we should have given a default value using orElse. |
|
Shall we add the boolean approach to the solution then? |
Of course. I will add it too. |
Oke, it is done. |
|
Approved then. |

#146
