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

Finito angram All Test's Green. #41

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

Conversation

MitjaPerko
Copy link

Finish Anagram

String sortedWord = stringSortAlphabet(word);
List<String> result = new ArrayList<String>();
for (String text:candidates) {
if (!word.equals(text.toLowerCase())){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ich würde text hier anders bennenen (persönlich habe ich candidate of candidates genutzt)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Danke, werde ich in die nächste Änderung einfliessen lassen.

@ideadapt ideadapt closed this Sep 24, 2022
@ideadapt ideadapt reopened this Sep 24, 2022
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

Successfully merging this pull request may close these issues.

3 participants