Skip to content

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