There was an error while loading. Please reload this page.
1 parent 1a83bdb commit 08d13d9Copy full SHA for 08d13d9
17_Letter_Combinations_of_a_Phone_Number.md
@@ -58,6 +58,6 @@ def letterCombinations(self, digits: str) -> List[str]:
58
59
60
```
61
-Runtime: 32 ms, faster than 51.40% of Python3 online submissions for Letter Combinations of a Phone Number.
+Runtime: 28 ms, faster than 79.22% of Python3 online submissions for Letter Combinations of a Phone Number.
62
Memory Usage: 14.3 MB, less than 100.00% of Python3 online submissions for Letter Combinations of a Phone Number.
63
0 commit comments