Delphi 中的 trie 实现?

发布于 2024-12-14 06:42:43 字数 68 浏览 1 评论 0原文

有人知道 Delphi 中现成的 trie [原文如此] 实现吗?优化后的 trie 会更好。

提前致谢!

Anyone knows a ready-to-use trie [sic] implementation in Delphi? An optimized trie would be even better.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

戏舞 2024-12-21 06:42:43

尝试一下来自softcomplete的这个。下载链接位于底部。

没有任何使用经验,只是在 Google 上搜索 Delphi "Trie" 时发现的。引号是必需的,否则谷歌会如此聪明地将其更改为“尝试”,这可能就是为什么您一开始没有自己找到它的原因。免费小费。 :)

Try this one from softcomplete. Download link is at the bottom.

Haven't got any experience with it, just found it on Google when searching for Delphi "Trie". The quotes were needed, or else Google is so smart to change it to 'try', which is probably why you didn't find it yourself in the first place. Free tip. :)

<逆流佳人身旁 2024-12-21 06:42:43

到目前为止,这似乎是唯一的选择。好处是它是通用的。

紧凑通用 Trie 字典

So far this seems to be the only choice. Good thing is it is generic.

Compact Generic Trie Dictionary

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文