Mehdi
Mehdi

Reputation: 1085

A trie implementation in Delphi?

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

Thanks in advance!

Upvotes: 6

Views: 833

Answers (2)

Mehdi
Mehdi

Reputation: 1085

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

Compact Generic Trie Dictionary

Upvotes: 1

GolezTrol
GolezTrol

Reputation: 116100

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. :)

Upvotes: 1

Related Questions