Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在过去,Google Collections包含一个TRIE. Guava 中是否有任何 TRIE 实现?我需要一个有效的方式来在一组字符串中找到常见的前缀。
TRIE
谢谢 :-)
Guava 中是否有任何 TRIE 实现?
不。(IIRC,这或多或少是因为尝试是一种非常通用的数据结构,我们没有数据、资源或需求来设计符合 Guava 通常标准的 API?)
https://code.google.com/p/guava-libraries/issues/detail?id=10