Skip to content

Commit f66a542

Browse files
authored
Update README.md
1 parent 4af8874 commit f66a542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* [Dijkestra](./beginners/dijkestra.cpp)
88
* [Knapsack](./beginners/knapsack01.c)
99
* [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)
1011

1112
### String Searching algorithms
1213
* [KMP (Knuth–Morris–Pratt)](./String-Searching-algorithms/KMP.cpp)

0 commit comments

Comments
 (0)