rust-generalized-suffix-tree icon indicating copy to clipboard operation
rust-generalized-suffix-tree copied to clipboard

Implementation of Generalized Suffix Tree using Ukkonen's algorithm in Rust

Results 2 rust-generalized-suffix-tree issues
Sort by recently updated
recently updated
newest added

Made some spelling fixes. This is a really nice implementation of Ukkonen and I really appreciate you making it public. Most other implementations I've found are either unreadable or don't...