[Geeks for Geeks] Alien Dictionary

1 · · May 15, 2022, 5:53 a.m.
Alien Dictionary Given a sorted dictionary of an alien language having N words and k starting alphabets of standard dictionary. Find the order of characters in the alien language.Note: Many orders may be possible for a particular test case, thus you may return any valid order and output will be 1 if the order of string returned by the function is correct else 0 denoting incorrect string returned. ...