We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af8874 commit f66a542Copy full SHA for f66a542
README.md
@@ -7,6 +7,7 @@
7
* [Dijkestra](./beginners/dijkestra.cpp)
8
* [Knapsack](./beginners/knapsack01.c)
9
* [Sieve of Eratosthenes](./beginners/sieve.c)
10
+* [Print all pairs in an array with sum equal to given number](./beginners/pair_with_given_sum.cpp)
11
12
### String Searching algorithms
13
* [KMP (Knuth–Morris–Pratt)](./String-Searching-algorithms/KMP.cpp)
0 commit comments