-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Description
LeetCode Username
chrislo5311
Problem Number, Title, and Link
https://leetcode.com/problems/alien-dictionary/editorial/
Bug Category
Editorial
Bug Description
Approach 1: Breadth-First Search
Part 1: Extracting Information
In the Part 1: Extracting Information, the last picture that looks for the first difference has a mistake on the fourth column. The first difference between "cdxg" and "cdxdt" should be "g->d" instead of "c->g".
Language Used for Code
None
Code used for Submit/Run operation
No response
Expected behavior
The relation between "cdxg" and "cdxdt" should be "g->d"
Screenshots
No response
Additional context
No response

