We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c253f4 commit bcceb27Copy full SHA for bcceb27
1 file changed
README.md
@@ -216,7 +216,7 @@ Problem | Solution | Time | Space | Difficul
216
##Brute Force Search
217
Problem | Solution | Time | Space | Difficulty | Notes
218
--------------- | --------------- | --------------- | --------------- | -------------- | -----
219
-[Letter Combinations of a Phone Number]| [letter-combinations-of-a-phone-number.py] | _O(4^n)_ | _O(1)_ |
+[Letter Combinations of a Phone Number]| [letter-combinations-of-a-phone-number.py] | _O(4^n)_ | _O(1)_ | Medium |
220
221
[Letter Combinations of a Phone Number]:https://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/
222
[letter-combinations-of-a-phone-number.py]:https://github.com/kamyu104/LeetCode/blob/master/Python/letter-combinations-of-a-phone-number.py
0 commit comments