Skip to content

Commit 132bd90

Browse files
committed
Add valid anagaram Solution - s0ooo0k
1 parent ff34068 commit 132bd90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

valid-anagram/s0ooo0k.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ public boolean isAnagram(String s, String t) {
1919

2020
return Arrays.equals(chr1, chr2);
2121
}
22-
}
22+
}
23+

0 commit comments

Comments
 (0)