Skip to content

Commit 08d13d9

Browse files
authored
Update 17_Letter_Combinations_of_a_Phone_Number.md
1 parent 1a83bdb commit 08d13d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_Letter_Combinations_of_a_Phone_Number.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def letterCombinations(self, digits: str) -> List[str]:
5858

5959

6060
```
61-
Runtime: 32 ms, faster than 51.40% of Python3 online submissions for Letter Combinations of a Phone Number.
61+
Runtime: 28 ms, faster than 79.22% of Python3 online submissions for Letter Combinations of a Phone Number.
6262
Memory Usage: 14.3 MB, less than 100.00% of Python3 online submissions for Letter Combinations of a Phone Number.
6363
```

0 commit comments

Comments
 (0)