Wednesday 11 July 2012

ESAXX - suffix array tool

Linkhttp://code.google.com/p/esaxx/
Introesaxx is a C++ template library supporting to build an enhanced suffix array which is useful for various string algorithms. For an input text of length N, esaxx builds a suffix tree in linear time using almost 20N bytes working space (alphabet size independent).

No comments:

Post a Comment