Skip to content
View davidecenzato's full-sized avatar

Organizations

@regindex

Block or report davidecenzato

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. regindex/suffixient-array regindex/suffixient-array Public

    Implementation of the Suffixient-Array index

    C++ 4

  2. regindex/substring-complexity regindex/substring-complexity Public

    compute/approximate the substring complexity measure delta = max_k (d_k/k), where d_k is the number of distinct factors of length k of the input string.

    C++ 3

  3. regindex/finite-automata-partition-refinement regindex/finite-automata-partition-refinement Public

    A tool to sort Wheeler NFA and prune finite automata using partition refinement algorithm

    C++ 2

  4. regindex/Labeled-Graph-LCP regindex/Labeled-Graph-LCP Public

    This is a software to compute the LCP of a deterministic Wheeler pseudoforest

    C++ 2

  5. regindex/STPD-index regindex/STPD-index Public

    Suffix Tree Path Decomposition (STPD) index implementation

    C++ 1

  6. regindex/DeterministicWidth regindex/DeterministicWidth Public

    Tool to compute the deterministic width of a regular language

    C++