InterviewDB Question

Rippling SWE Onsite - Alien Dictionary

Question Details

Problem

Derive the character ordering of an alien language from a sorted list of words using topological sort.

Likely LeetCode equivalent

LC 269 (Alien Dictionary) is the direct match.

Tags

graph, topological-sort, hash_table

Full Details

Problem

Derive the character ordering of an alien language from a sorted list of words using topological sort.

Likely LeetCode equivalent

LC 269 (Alien Dictionary) is the direct match.

Tags

graph, topological-sort, hash_table

Free preview. Unlock all questions →

Topics

Hash Table Onsite Coding