Pattern 22: LeetCode Interview Patterns24 sections · 736 units
Open in CourseQuiz: Building the Ordering Graph
Test your understanding
Check Your Understanding
In Alien Dictionary, given consecutive words ["abc", "abd"], what ordering can you derive?
- A.c < d only
- B.a < b < c < d
- C.a < b and c < d
- D.No ordering can be derived