issues
search
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
using BFS in degree graph as well as trie to solve this kind of problem.
work through the idea logic
make notes for simillar leetcode questions