File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
| Current Status| Stats |
6
6
| :------------: | :----------: |
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 ) |
10
10
11
11
</center >
12
12
@@ -107,6 +107,7 @@ Include contains single header implementation of data structures and some algori
107
107
| Euclidean algorithm to find greatest common divisor of two numbers. (Iterative and recursive)| [ gcd.cpp] ( math_problems/gcd.cpp ) |
108
108
| Implement pow(x,y) using divide and conquer approach. Try implementing it in O(logn)| [ pow.cpp] ( math_problems/pow.cpp ) |
109
109
| 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 ) |
110
111
111
112
### Stack Problems
112
113
| Problem | Solution |
You can’t perform that action at this time.
0 commit comments