Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 5936e4a

Browse files
aQuaaQua
aQua
authored and
aQua
committed
839 100% coverage
1 parent 5cee02d commit 5936e4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Algorithms/0839.similar-string-groups/similar-string-groups.go

-7
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,3 @@ func isSimilar(a, b string) bool {
5151

5252
return count == 2 || (count == 0 && hasDouble)
5353
}
54-
55-
func max(a, b int) int {
56-
if a > b {
57-
return a
58-
}
59-
return b
60-
}

0 commit comments

Comments
 (0)