|
|
|
|
|
by mayank
5605 days ago
|
|
Nevertheless, it's inexcusable to be proposing a string matching algorithm without at least mentioning why suffix trees can't do the job. At the very least, showing that your algorithm beats suffix trees in any instantiation does wonders for credibility. For the record, suffix trees can be built online as well: http://www.springerlink.com/content/kq55005qu6479276/ |
|
In most academic papers I have read that deal with online pattern matching suffix arrays/trees are generally not compared.