leetcode 676. Implement Magic Dictionary - 司徒正美

【摘要】使用Tire 处理 javascript function Node(value) { this.word = null this.children = {} } class MagicDictionary { constructor() { this.root = new Node(null) } 阅读全文

文章来源:

Author:司徒正美
link:https://www.cnblogs.com/rubylouvre/p/12110169.html