Ticket #7642 (needs_work enhancement)
Add an implementation of LCA to sage.combinat.words.suffix_trees
| Reported by: | abergeron | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | combinatorics | Keywords: | lca suffix_tree |
| Cc: | Author(s): | ||
| Report Upstream: | N/A | Reviewer(s): | |
| Merged in: | Work issues: |
Description
I have implemented the linear time preprocessing, constant-time queries algorithm for the lowest common ancestor (LCA) in the context of the suffix trees for words.
The only thing I'm not very sure about is where to place the bit manipulation functions.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

