Skip to content

Commit ae28643

Browse files
authored
Rename 17-Letter-Combinations-of-a-Phone-Number.kt to 0017-letter-combinations-of-a-phone-number.kt
1 parent 4a00721 commit ae28643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kotlin/17-Letter-Combinations-of-a-Phone-Number.kt renamed to kotlin/0017-letter-combinations-of-a-phone-number.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ class Solution {
3131
dfs()
3232
return resultantList
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)