Skip to content

Commit 17880b3

Browse files
authored
Update README.md
1 parent 899c42f commit 17880b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
* [Dijkestra](./beginners/dijkestra.cpp)
1313
* [Knapsack](./beginners/knapsack01.c)
1414
* [Sieve of Eratosthenes](./beginners/sieve.c)
15-
* [Print all pairs in an array with sum equal to given number](./beginners/pair_with_given_sum.cpp)
15+
* [Print all unique pairs in an array with sum equal to given number](./beginners/pair_with_given_sum.cpp)
16+
* [Print first pair starting from left whose sum is equal to given number](./beginners/first_sum_of_pairs.rb)
17+
* [Print all anagrams of a word from a given list of words](./beginners/anagrams.rb)
18+
* [Print smallest positive integer whose digit's product is equal to given number](./beginners/digits_product.rb)
1619

1720
### String Searching algorithms
1821
* [KMP (Knuth–Morris–Pratt)](./String-Searching-algorithms/KMP.cpp)
@@ -28,6 +31,7 @@
2831
### Recursion
2932
* [Print all possible words from phone digits](./Recursion/mobileKeypad.cpp)
3033
* [Given an odd number, print diamond pattern of stars recursively](./Recursion/diamond.cpp)
34+
* [Print all subsets of a given set](./Recursion/powerset.rb)
3135

3236
### Sorting
3337
* [Heap Sort](./Sorting/heapSort.c)
@@ -50,6 +54,8 @@
5054
#### [Codechef Profile](https://www.codechef.com/users/ahsankamal)
5155

5256
#### [Math Stackexchange Profile](http://math.stackexchange.com/users/412105/ahsan-kamal)
57+
58+
#### [Codewars profile](https://www.codewars.com/users/ahsankamal)
5359

5460
#### [Ahsan's YouTube Channel](https://www.youtube.com/channel/UC1l3G6AW2Eg1id4CiTUylcg)
5561

0 commit comments

Comments
 (0)