package
0.0.0-20241214080344-e3c72dd931b7
Repository: https://github.com/redsnapper2006/leetcode-cn.git
Documentation: pkg.go.dev

# README

No676

https://leetcode.cn/problems/implement-magic-dictionary/

Solution

  1. 按照单词长度分堆,逐个比对

  2. 字典树+递归 DFS