Skip to content

Suffix dev #1502

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

Open
wants to merge 96 commits into
base: cpp-tips
Choose a base branch
from
Open

Suffix dev #1502

wants to merge 96 commits into from

Conversation

chriskanten
Copy link

I am Chris from CA.
I just added the suffix-automaton practice file.

Proxihox and others added 30 commits October 18, 2024 21:48
Fibonacci: better motivation for matrix form
Maybe a dotted line would show the matrix [[F2, F1],[F1,F0]] can be viewed as two column vectors.
Using only the matrix power saves one matrix-vector multiply.
mhayter and others added 29 commits July 3, 2025 16:37
…nline.md

The original text stated that the number of bridges decreases by “two or more,” which is incorrect in some cases. 

For example, in this graph:
1-2-3-1
3-4
4-5-6-4

There is one bridge (3–4). Adding an edge between 1 and 4 removes only that single bridge.

This change updates the text to say “one or more,” which is accurate in all cases.
an unit -> a unit. While the word unit starts with a 'u', the sound made pronounced is actually the of a consonant. Other phrases with similar properties include "a university" and "a unicorn".
…ch-in-manhattan-mst-distance

Patchfix in Manhattan MST Distance Page Images
Corrected a grammatical error by adding the missing verb 'is' in the website content. This ensures proper sentence structure and improves readability.
Transformation \alpha was wrong, because it should just Quote: rotation of the plane followed by a dilation about a center

Wrong transformation: (x=1,y=100) -> (x'=101, y'=-99) (wrong transformation is 135 degrees clockwise in this case, not 45),
 
Correct transformation: (x=1,y=100) -> (x'=101, y'=99)

Basically, I removed reflection over line x
Fix grammar error in linear-diophantine-equation.md
icpc 2011 problem pdf replaced with practice link
docs: fix bridge count wording to "one or more" in bridge-searching-online.md
Additional Problems on Burnside Lemma
* Solicit donations on the website

* Add donation bar warning

* Less intrusive donation banner

* default link color in donation banner

* reduce HIDE_DAYS to 90

* Update changelog with donation system overhaul

---------

Co-authored-by: Michael Hayter <mehayter@gmail.com>
@adamant-pwn
Copy link
Member

adamant-pwn commented Aug 24, 2025

Why does it have 35 files modified and so many commits 💀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.