//
pkg.gl
Category
github.com/redsnapper2006/leetcode-cn
I
676-implement-magic-dictionary
package
0.0.0-20241214080344-e3c72dd931b7
Repository:
https://github.com/redsnapper2006/leetcode-cn.git
Documentation:
pkg.go.dev
Overview
Dependencies
0
Dependents
0
#
README
No676
https://leetcode.cn/problems/implement-magic-dictionary/
Solution
按照单词长度分堆,逐个比对
字典树+递归 DFS