Skip to main content

Suffix Array for all-substring search

Project description

sufarray: implementation of suffix array

It uses prefix doubling for calculating the suffix array, which is O(n log n) time. When searching for all occurrences of a string, it takes O(log n) time. Further occurrences takes constant time.

At present the implementation is Python only. This has the drawback that the speed is not comparable with those of other languages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sufarray_kkto-0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

sufarray_kkto-0.1-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page