Skip to content

Commit bcceb27

Browse files
committed
update
1 parent 1c253f4 commit bcceb27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Problem | Solution | Time | Space | Difficul
216216
##Brute Force Search
217217
Problem | Solution | Time | Space | Difficulty | Notes
218218
--------------- | --------------- | --------------- | --------------- | -------------- | -----
219-
[Letter Combinations of a Phone Number]| [letter-combinations-of-a-phone-number.py] | _O(4^n)_ | _O(1)_ |
219+
[Letter Combinations of a Phone Number]| [letter-combinations-of-a-phone-number.py] | _O(4^n)_ | _O(1)_ | Medium |
220220

221221
[Letter Combinations of a Phone Number]:https://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/
222222
[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

Comments
 (0)