data structures - What is considered the best Java Suffix Tree implementation? -


i need suffix tree java implementation. after some googling concluded the libdivsufsort c implementation best 1 around. there java implementation of same (or good) quality , preferably open source. implementation should production code, not proof of concept code.

try following of example in java: http://users.cis.fiu.edu/~weiss/dsaajava3/code/suffixarray.java http://algs4.cs.princeton.edu/63suffix/suffixarray.java.html

http://algs4.cs.princeton.edu/63suffix/


Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -