Skip to content

Commit

Permalink
Rename 17-Letter-Combinations-of-a-Phone-Number.kt to 0017-letter-com…
Browse files Browse the repository at this point in the history
…binations-of-a-phone-number.kt
  • Loading branch information
a93a authored Feb 25, 2023
1 parent 4a00721 commit ae28643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ class Solution {
dfs()
return resultantList
}
}
}

0 comments on commit ae28643

Please sign in to comment.