Skip to content

Commit c80a9d8

Browse files
refactor 17
1 parent bba3410 commit c80a9d8

File tree

1 file changed

+0
-13
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-13
lines changed

src/main/java/com/fishercoder/solutions/_17.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
import java.util.ArrayList;
44
import java.util.List;
55

6-
/**
7-
* 17. Letter Combinations of a Phone Number
8-
*
9-
* Given a digit string, return all possible letter combinations that the number could represent.
10-
* A mapping of digit to letters (just like on the telephone buttons) is given below.
11-
12-
Input:Digit string "23"
13-
Output: ["ad", "ae", "af", "bd", "be", "bf", "cd", "ce", "cf"].
14-
15-
Note:
16-
Although the above answer is in lexicographical order, your answer could be in any order you want.
17-
*/
18-
196
public class _17 {
207

218
public static class Solution1 {

0 commit comments

Comments
 (0)