Ticket #6621 (closed enhancement: fixed)
[with patch, positive review] Permutation.inverse too slow
| Reported by: | aclaesson | Owned by: | mhansen |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.1 |
| Component: | combinatorics | Keywords: | |
| Cc: | Author(s): | Anders Claesson | |
| Report Upstream: | Reviewer(s): | Dan Drake | |
| Merged in: | Sage 4.1.1.alpha1 | Work issues: |
Description
The running time of the current implementation of Permutation.inverse is quadratic in the length of the permutation. The attached small patch is linear.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

