Alien Dictionary
Hard📝 Description
Determine the order of letters in an alien language
Input Format
List of words in alien language
Output Format
Character order
Constraints
1 ≤ words.length ≤ 100
🔍 Sample Input
["wrt","wrf","er","ett","rftt"]
✅ Sample Output
"wertf"
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run