-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Algorithms related to generalized palindromes and palindromic defects #36990
base: develop
Are you sure you want to change the base?
Conversation
@videlec I believe you have done some of the coding on the words. Do you have any comments and/or are willing to do a review here? Otherwise I will try to review this soon. |
@seblabbe did most of it. |
Travis if you have time soon to look into this, I let you do it. Thank you. |
trying to fix latex compilation
Documentation preview for this PR (built with commit daaf2f3; changes) is ready! 🎉 |
I will try to look at this soon, but I am not sure exactly when I will have time. |
every antimorphism of `G`. | ||
|
||
OUTPUT: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add doctests even in private methods, please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fchapoton Fixed
a list -- list of all the lacunas of ``self`` in ascending order. | ||
|
||
EXAMPLES:: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doctests should be indented by 4 spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fchapoton Fixed
@fchapoton Added fixes for |
@fchapoton Added fixes for RST checks |
Added new method to compute G-defect, improved performance of existing method computing data related to palindromic substrings and palindromic defect, and did some refactoring in same scope
Fixes #35495 and #16366
📝 Checklist
⌛ Dependencies