The Word Families
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- L4
Problem
Group a list of strings such that any two strings that are anagrams of each other are in the same group. Return a list of groups where each inner group is sorted alphabetically and the outer list is sorted by each group's first word.
Summary
Different spellings, same letters - they belong together.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.