Group Anagrams

Difficulty level

Given an array of strings strs, group the anagrams together. You can return the answer in any order: 1) Categorize by Sorted String. 2) Categorize by Count

Sources

English

https://github.com/startupemulator/challenges/blob/main/Group%20Anagrams/README.md

sources
Russian

https://github.com/startupemulator/challenges/blob/main/Group%20Anagrams/README.ru.md

sources

Previous participants

0