Skip to content

Commit e5fb825

Browse files
authored
Update README.markdown
Added Z-algorithm link.
1 parent cf0d1b5 commit e5fb825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ If you're new to algorithms and data structures, here are a few good ones to sta
5050
- [k-th Largest Element](Kth Largest Element/). Find the *k*-th largest element in an array, such as the median.
5151
- [Selection Sampling](Selection Sampling/). Randomly choose a bunch of items from a collection.
5252
- [Union-Find](Union-Find/). Keeps track of disjoint sets and lets you quickly merge them.
53+
- [Z-Algorithm](Z-Algorithm/). Finds all instances of a pattern in a String, and returns the indexes of where the pattern starts within the String.
5354

5455
### String Search
5556

0 commit comments

Comments
 (0)