dagoltz
-
- 2,828 total downloads
- last updated 12/17/2017
- Latest version: 1.0.1
C# implementation of a Trie (prefix tree) that is IEnumerable. You may conduct a prefix tree and not have to run on the trie all the way to it's end - just for the amount of results you need. This is perfect... More information