Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement alternative indices for standard text problems #50

Open
4 tasks
krzysztof-turowski opened this issue Sep 14, 2023 · 0 comments
Open
4 tasks
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@krzysztof-turowski
Copy link
Owner

Example publications:

  • LZ-index from Navarro - Indexing text using the Ziv-Lempel trie,
  • FM-index from Ferragina, Manzini - Opportunistic data structures with applications,
  • succint replacements for LCP and suffix array from Sadakane - Succint representations of lcp information and improvements in the compressed suffix arrays,
  • suffix trays and suffix trists from Cole, Kopelowitz, Lewenstein - Suffix Trays and Suffix Trists: Structures for Faster Text Indexing.
@krzysztof-turowski krzysztof-turowski added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant