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 suffix tree and suffix array construction algorithms #51

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

Comments

@krzysztof-turowski
Copy link
Owner

krzysztof-turowski commented Sep 14, 2023

Example publications for suffix tree:

  • Breslauer, Italiano - Near real-time suffix tree construction via the fringe marked ancestor problem
  • Giegerich, Kurtz, Stoye - Efficient implementation of lazy suffix trees
  • Andersson, Nilsson - Efficient Implementation of Suffix Trees

Example publications for suffix array:

  • Sadakane - A Fast Algorithm for Making Suffix Arrays and for Burrows-Wheeler Transformation,
  • Nong - Practical Linear-Time O(1)-Workspace Suffix Sorting for Constant Alphabets,
  • Kim, Sim, Park, Park - Linear-time construction of suffix arrays,
  • Rajasekaran, Nicolae - An elegant algorithm for the construction of suffix arrays,
  • Abouelhoda, Kurtz, Ohlebusch - Replacing suffix trees with enhanced suffix arrays,
  • Manzini, Ferragina - Engineering a Lightweight Suffix Array Construction Algorithm,
  • Itoh, Tanaka - An efficient method for in memory construction of suffix arrays.
@krzysztof-turowski krzysztof-turowski added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 14, 2023
@krzysztof-turowski krzysztof-turowski changed the title Implement suffix array construction algorithms Implement suffix tree and suffix array construction algorithms Sep 15, 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