...

/

Verifying an Alien Dictionary

Verifying an Alien Dictionary

Try to solve the Verifying an Alien Dictionary problem.

Statement

You’re given an array of words with lowercase English letters in a different order, written in an alien language. The order of the alphabet is some permutation of lowercase letters of the English language.

We have to return TRUE if the given array of words is sorted lexicographically in this alien language.

Constraints:

  • 11 \leq
...