/swift-randomstring-trie

This package contains a native Swift implementation of Trie data tree structure.

Primary LanguageSwift

Trie

This package contains a native Swift implementation of Trie data tree structure. Only works for strings and trie is built on top of letters. Trie by default is UTF8/16 compliant.