DIY: Alien Dictionary
Solve the interview question "Alien Dictionary" in this lesson.
We'll cover the following...
Problem statement
In this coding exercise, you are given a list of words
written in an alien language, where the strings in the words
are sorted lexicographically by the rules of this language. Surprisingly, the aliens also use English lowercase letters, but possibly in a different order.
Given a vector of ...