✔ Finding Borders Z function Prefix function / Hashing Code ✔ Finding Periods Z function Prefix function / Hashing Code ✔ Minimal Rotation Suffix Automata Code ✔ Longest Palindrome Manacher Code Required Substring Code ✔ Palindrome Queries Range Sum Hashing Code ✔ Finding Patterns Code ...
1732 - Finding Borders 1733 - Finding Periods 1110 - Minimal Rotation 1111 - Longest Palindrome 1112 - Required Substring 2420 - Palindrome Queries 2102 - Finding Patterns 2103 - Counting Patterns 2104 - Pattern Positions 2105 - Distinct Substrings ...
Finding Periods Minimal Rotation Longest Palindrome Required Substring Palindrome Queries Finding Patterns Counting Patterns Pattern Positions Distinct Substrings Repeating Substring String Functions Substring Order I Substring Order II Substring Distribution Geometry Point Location Test Line Segment Intersection Polyg...
In periods A, B, and C, some peaks are also observed, but the amplitude is very small. In the bottom panel of Figure 8, we found that from period A to period C, the changes in OLR parameters before the earthquake show a gradual upward trend. Period C reaches its peak and presents ...
2 changes: 1 addition & 1 deletion 2 String Algorithms/Finding Periods.cpp Original file line numberDiff line numberDiff line change @@ -24,7 +24,7 @@ void init(){ int main(){ scanf(" %s", S); N = strlen(S); N = (int) strlen(S); init(); for(int len = 1; len <= ...
main 1Branch0Tags Code CSES Solutions Over 280 accepted solutions to theCSES Problem Set, written in C++ by Jonathan Uy(nulltype). As of December 23th, the following number of solutions have been completed: Problem TypeNumber Solved Introductory Problems19/19 ...