We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0d1b5 commit e5fb825Copy full SHA for e5fb825
README.markdown
@@ -50,6 +50,7 @@ If you're new to algorithms and data structures, here are a few good ones to sta
50
- [k-th Largest Element](Kth Largest Element/). Find the *k*-th largest element in an array, such as the median.
51
- [Selection Sampling](Selection Sampling/). Randomly choose a bunch of items from a collection.
52
- [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.
54
55
### String Search
56
0 commit comments