File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ This respository is a collection of various useful algorithms and data structure
7676## Strings
7777* String Searching
7878 + Aho-Corasick
79+ + Z Algorithm
7980 + Knuth-Morris-Pratt
8081 + Boyer-Moore
8182 + Rabin-Karp
@@ -94,7 +95,6 @@ This respository is a collection of various useful algorithms and data structure
9495 + Naive
9596 + Sieve of Erastothenes
9697 + Miller-Rabin
97- + Agarwal-Kayal-Saxena
9898* Karatsuba's Algorithm
9999* Fast Exponentiation
100100* Strassen's Algorithm
@@ -114,6 +114,7 @@ This respository is a collection of various useful algorithms and data structure
114114## Miscellaneous
115115* Fisher-Yates Shuffle
116116* Kadane's Algorithm
117+ * Subarray Inversions
117118
118119## Data Structures
119120* Graph
You can’t perform that action at this time.
0 commit comments