This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rtvd
Recipients
Date 2007-03-14.20:11:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
By the way, I found that the implementation should better be changed completely. The current one has a O(n^2) computational complexity, while the one, based on suffix trees using Ukkonen's algorithm would use only O(n)
History
Date User Action Args
2007-08-23 14:41:33adminlinkissue1528074 messages
2007-08-23 14:41:33admincreate