You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: solution/0500-0599/0500.Keyboard Row/README_EN.md
+21-12
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ tags:
20
20
21
21
<p>Given an array of strings <code>words</code>, return <em>the words that can be typed using letters of the alphabet on only one row of American keyboard like the image below</em>.</p>
22
22
23
+
<p><strong>Note</strong> that the strings are <strong>case-insensitive</strong>, both lowercased and uppercased of the same letter are treated as if they are at the same row.</p>
24
+
23
25
<p>In the <strong>American keyboard</strong>:</p>
24
26
25
27
<ul>
@@ -31,24 +33,31 @@ tags:
31
33
<p> </p>
32
34
<p><strongclass="example">Example 1:</strong></p>
33
35
34
-
<pre>
35
-
<strong>Input:</strong> words = ["Hello","Alaska","Dad","Peace"]
0 commit comments