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 a220ed7 commit 629c125Copy full SHA for 629c125
valid-anagram/paragon0107_218.java
@@ -15,4 +15,4 @@ public static boolean isAnagram(String s, String t) {
15
Arrays.sort(s2);
16
return Arrays.equals(s1, s2);
17
}
18
-}
+}
0 commit comments