File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 12
12
* [ Dijkestra] ( ./beginners/dijkestra.cpp )
13
13
* [ Knapsack] ( ./beginners/knapsack01.c )
14
14
* [ 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 )
16
19
17
20
### String Searching algorithms
18
21
* [ KMP (Knuth–Morris–Pratt)] ( ./String-Searching-algorithms/KMP.cpp )
28
31
### Recursion
29
32
* [ Print all possible words from phone digits] ( ./Recursion/mobileKeypad.cpp )
30
33
* [ Given an odd number, print diamond pattern of stars recursively] ( ./Recursion/diamond.cpp )
34
+ * [ Print all subsets of a given set] ( ./Recursion/powerset.rb )
31
35
32
36
### Sorting
33
37
* [ Heap Sort] ( ./Sorting/heapSort.c )
50
54
#### [ Codechef Profile] ( https://www.codechef.com/users/ahsankamal )
51
55
52
56
#### [ Math Stackexchange Profile] ( http://math.stackexchange.com/users/412105/ahsan-kamal )
57
+
58
+ #### [ Codewars profile] ( https://www.codewars.com/users/ahsankamal )
53
59
54
60
#### [ Ahsan's YouTube Channel] ( https://www.youtube.com/channel/UC1l3G6AW2Eg1id4CiTUylcg )
55
61
You can’t perform that action at this time.
0 commit comments