Trie vs. suffix tree vs. suffix array

后端 未结 7 1035
春和景丽
春和景丽 2020-12-02 06:10

Which structure provides the best performance results; trie (prefix tree), suffix tree or suffix array? Are there other similar structures? What are good Java implementation

7条回答
  •  执笔经年
    2020-12-02 06:47

    This implementation of the induced sorting algorithm (called sais) has a Java version for constructing suffix arrays.

提交回复
热议问题