Skip to content

Commit 642f34d

Browse files
authored
Merge pull request #942 from AlgorithmWithGod/zinnnn37
[20250921] BOJ / G5 / 애너그램 / 김민진
2 parents 0e9073a + 9d5c133 commit 642f34d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zinnnn37/202509/21 BOJ G5 애너그램.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class BJ_6443_애너그램 {
3131
for (int i = 0; i < length; i++) {
3232
alphabets[input.charAt(i) - 'a']++;
3333
}
34-
3534
perm(0);
3635
}
3736

0 commit comments

Comments
 (0)