大家好,最近遇到一道题目是现在不会.题目是如何用C#或者java实现后缀树,对于给定的一个序列S,该后缀树能找到至少3个字母或者数字的最大重复和超级最大重复。该题目原文如下:Creating a suffix tree with C#, and input a sequence and find out the maximal repeat and supermaximal repeat with at least 3 figures in that sequence using the suffix tree you created.谢谢大家帮忙了。