Java:实现捕获后缀数组行为的抽象类算法
package com.williamfiset.algorithms.datastructures.suffixarray;
public abstract class SuffixArray {
// Length of the suffix array
protected final
package com.williamfiset.algorithms.datastructures.suffixarray;
public abstract class SuffixArray {
// Length of the suffix array
protected final