Skip to content

Commit 13a25a9

Browse files
refactor 976
1 parent 2c8e8af commit 13a25a9

File tree

1 file changed

+0
-9
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-9
lines changed

src/main/java/com/fishercoder/solutions/_976.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
import java.util.Arrays;
44

5-
/**
6-
* 976. Largest Perimeter Triangle
7-
*
8-
* Given an array A of positive lengths, return the largest perimeter of a triangle with non-zero area, formed from 3
9-
* of these lengths.
10-
*
11-
* If it is impossible to form any triangle of non-zero area, return 0.
12-
* */
13-
145
public class _976 {
156

167
public static class Solution1 {

0 commit comments

Comments
 (0)