ukkonen-algorithm topic

List ukkonen-algorithm repositories

trienet

411
Stars
67
Forks
Watchers

.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.

Ukkonen-s-Suffix-Tree-Algorithm

24
Stars
10
Forks
Watchers

Ukkonen's suffix tree algorithm, a complete version implemented in Python