Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c57cf46

Browse files
authored
Update combinations-of-a-phone-number.md
1 parent 1c50915 commit c57cf46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/combinations-of-a-phone-number.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1. Bactracking
1+
## 1. Backtracking
22

33
::tabs-start
44

@@ -497,4 +497,4 @@ class Solution {
497497
* Time complexity: $O(n * 4 ^ n)$
498498
* Space complexity:
499499
* $O(n)$ extra space.
500-
* $O(n * 4 ^ n)$ space for the output list.
500+
* $O(n * 4 ^ n)$ space for the output list.

0 commit comments

Comments
 (0)