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

Citations incorrect for suffix array #37

Open
Yan-Gu opened this issue Feb 9, 2023 · 0 comments
Open

Citations incorrect for suffix array #37

Yan-Gu opened this issue Feb 9, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@Yan-Gu
Copy link
Member

Yan-Gu commented Feb 9, 2023

In suffix_array.h, the comments are:

// Input must be a sequence of unsigned integer type. Uses a modified
// and optimized version of the algorithm from:
// Apostolico, Iliopoulos, Landau, Schieber, and Vishkin.
// Optimal parallel suffix tree construction.
// STOC '94.
// The work is O(n log n) work in the worst case, but for most inputs
// it does O(n) work beyond a sort on constant length integer keys.
// The depth is O(log^2 n) assuming the sort is within that bound.

It seems that the paper title and conference match, and the author list and bound match, but indeed they are two different papers. It's helpful to fix it.

@DanielLiamAnderson DanielLiamAnderson added the documentation Improvements or additions to documentation label Feb 11, 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
Projects
None yet
Development

No branches or pull requests

2 participants