Skip to content

Commit 3956ab5

Browse files
authored
Update README.md
1 parent 0ae62e0 commit 3956ab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)