Skip to content

Commit 917bc54

Browse files
committed
Day 48 Possible words from phone digit
1 parent 7c54d9c commit 917bc54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Current Status| Stats |
66
| :------------: | :----------: |
7-
| Total Problems | 66 |
8-
| Current Streak | 47 |
9-
| Longest Streak | 47 ( August 17, 2015 - October 2, 2015 ) |
7+
| Total Problems | 67 |
8+
| Current Streak | 48 |
9+
| Longest Streak | 48 ( August 17, 2015 - October 3, 2015 ) |
1010

1111
</center>
1212

@@ -107,6 +107,7 @@ Include contains single header implementation of data structures and some algori
107107
| Euclidean algorithm to find greatest common divisor of two numbers. (Iterative and recursive)|[gcd.cpp](math_problems/gcd.cpp)|
108108
| Implement pow(x,y) using divide and conquer approach. Try implementing it in O(logn)| [pow.cpp](math_problems/pow.cpp)|
109109
| Calculate factorial of large number, say 100 (it will have 158 digits) |[factorial_of_large_num.cpp](math_problems/factorial_of_large_num.cpp)|
110+
| Generate all possible words from a number entered on a traditional mobile keypad | [phone_digits.cpp](math_problems/phone_digits.cpp)|
110111

111112
### Stack Problems
112113
| Problem | Solution |

0 commit comments

Comments
 (0)