Skip to content

Commit 5e47bc7

Browse files
refactor 500
1 parent 53fd425 commit 5e47bc7

File tree

1 file changed

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

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,6 @@
66
import java.util.List;
77
import java.util.Set;
88

9-
/**
10-
* 500. Keyboard Row
11-
*
12-
* Given a List of words, return the words that can be typed using letters of alphabet on only one row's of American keyboard like the image below.
13-
*
14-
* American keyboard
15-
*
16-
* Example 1:
17-
* Input: ["Hello", "Alaska", "Dad", "Peace"]
18-
* Output: ["Alaska", "Dad"]
19-
*
20-
* Note:
21-
* You may use one character in the keyboard more than once.
22-
* You may assume the input string will only contain letters of alphabet.
23-
*/
249
public class _500 {
2510

2611
public String[] findWords(String[] words) {

0 commit comments

Comments
 (0)