IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
leetcode 676. Implement Magic Dictionary - 司徒正美
司徒正美
发表于
2019-12-27 16:17:00
love
0
【摘要】使用Tire 处理 javascript function Node(value) { this.word = null this.children = {} } class MagicDictionary { constructor() { this.root = new Node(null) }
阅读全文