DIY: Verifying an Alien Dictionary
Understand how to implement a function that checks if words in an alien language are sorted based on a unique alphabet order. This lesson teaches you to work with string vectors and custom lexicographic rules in Rust to solve intriguing interview-style problems.
We'll cover the following...
We'll cover the following...