Loading...
The Letter Kin
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
- Seniority
- mid, senior
Problem
A dictionary search engine groups words that are rearrangements of each other for synonym clustering. Write a function that takes a list of strings and returns a list of groups, where each group contains all strings that are anagrams of each other.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.