pengw00 / leetcode-java

leetcode compile with java
0 stars 0 forks source link

leetcode 269. Alien Dictionary #10

Open pengw00 opened 5 years ago

pengw00 commented 5 years ago
  1. using BFS in degree graph as well as trie to solve this kind of problem.
  2. work through the idea logic
  3. make notes for simillar leetcode questions