We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff34068 commit 132bd90Copy full SHA for 132bd90
valid-anagram/s0ooo0k.java
@@ -19,4 +19,5 @@ public boolean isAnagram(String s, String t) {
19
20
return Arrays.equals(chr1, chr2);
21
}
22
-}
+}
23
+
0 commit comments