> For the complete documentation index, see [llms.txt](https://blog.yushunchen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.yushunchen.com/algo/bfs/2.-connected-graph-and-topologic-sorting/alien-dictionary.md).

# Alien Dictionary

{% embed url="<https://www.lintcode.com/problem/892/>" %}

## Solution 1 (Java)

```java
```
