-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Quick edit + Resolved issue #924. #1082
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
Conversation
Change minlength(v) to minlen(v) for consistency. Issue cp-algorithms#924 improvement. Will complete after feedback!
Visit the preview URL for this PR (for commit 4a11133): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-07T11:35:23.728265908Z) |
Visit the preview URL for this PR (for commit 9075aed): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-08T01:03:13.906112126Z) |
This is tested on current suffix automaton. Also, made more modular
Visit the preview URL for this PR (for commit da025de): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-08T02:10:25.815254618Z) |
I've now resolved issue cp-algorithms#924. I added new techniques to calculating the total length of different strings.
Visit the preview URL for this PR (for commit d8df2dd): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-09T06:02:05.295401074Z) |
notation changes as preview wasn't working.
Visit the preview URL for this PR (for commit faf8510): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-09T06:18:03.626668782Z) |
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.
Thanks. Looks great. Thanks for the contribution.
Visit the preview URL for this PR (for commit af01de8): https://cp-algorithms--preview-1082-xkbiqhxf.web.app (expires 2023-05-14T09:57:09.141445999Z) |
Change minlength(v) to minlen(v) for consistency.
Issue #924 improvement. Will complete after feedback!