Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/java/com/fishercoder/solutions/_611.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.util.Arrays;

/**
* 611. Valid Triangle Number
* Given an array consists of non-negative integers,
* your task is to count the number of triplets chosen
* from the array that can make triangles if we take them as side lengths of a triangle.
Expand Down