You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
364
364
| 037 |[Sudoku Solver](https://leetcode.com/problems/sudoku-solver/)|[C++](./C++/Sudoku-Solver.cpp)|_O(n^2)_|_O(1)_| Hard | Hash Table ||
365
365
| 980 |[Unique Paths III](https://leetcode.com/problems/unique-paths-iii/)|[C++](./C++/Unique-Paths-III.cpp)|_O(R * C * 2 ^ (R \* C))_|_O(R \* C)_| Hard | DFS, Memoization ||
366
366
| 39 |[Combination Sum](https://leetcode.com/problems/combination-sum/)|[C++](./C++/combination-sum.cpp)|_O(2^n)_|_O(n)_| Medium | Array, Backtracking ||
367
+
| 17 |[Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/)|[C++](./C++/letter-combinations-of-a-phone-number.cpp)|_O(4^n)_|_O(n)_| Medium | String, Hash Table, Backtracking ||
367
368
368
369
<br/>
369
370
<divalign="right">
@@ -502,6 +503,7 @@ DISCLAIMER: This above mentioned resources have affiliate links, which means if
502
503
| [Sachin_Upadhyay](https://github.com/sachsbu) <br> <imgsrc="https://avatars.githubusercontent.com/u/24941685?v=4"width="100"height="100"> | India | Java | [GitHub](https://github.com/sachsbu)
503
504
| [Amisha Sahu](https://github.com/Amisha328) <br> <imgsrc = "https://avatars.githubusercontent.com/u/58816552?v=4"width="100"height="100"> | India | C++ | [CodeChef](https://www.codechef.com/users/amisha328)<br/>[LeetCode](https://leetcode.com/Mishi328/)<br/>[HackerRank](https://www.hackerrank.com/amishasahu328)
504
505
| [Shrimadh V Rao](https://github.com/Shrimadh) <br> <imgsrc="https://avatars.githubusercontent.com/u/64469917?v=4"width="100"height="100"> | India | C++ | [GitHub](https://github.com/Shrimadh)
506
+
| [Surbhi Mayank](https://github.com/surbhi2408) <br> <imgsrc="https://avatars.githubusercontent.com/u/58289829?s=400&u=68fd396819b927ec4d8820d87d6d1e311c3abd01&v=4"width="100"height="100"> | India | C++ | [GitHub](https://github.com/surbhi2408)
0 commit comments