Skip to content

Conversation

hiendevt
Copy link

@hiendevt hiendevt commented May 12, 2023

fix go solution for "group-anagrams" to be optimal
implement using letter count array as a key instead of a sorted string, according to the video solution.

Important

Please make sure the file name is lowercase and a duplicate file does not already exist before merging.

@hiendevt
Copy link
Author

Such a solution corresponds to the algorithm provided by the author and is more optimal.

implement using letter count array as a key instead
of a sorted string, according to the video solution.
@hiendevt hiendevt force-pushed the group_anagrams_go_fix branch from 245a709 to f282f89 Compare May 12, 2023 13:06
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.

1 participant