Module bcmp::treematch [] [src]

TreeMatch is a binary matching algorithm based on a suffix tree to retrieve matching strings.

The suffix tree is built in linear time using Ukkonen's algorithm.

Structs

Node

A node in the SuffixTree

SuffixTree

A suffix tree.

TreeMatchIterator

An iterator over all the Match bewteen two pieces of data.