Search
⌘K

Leetcode 976. Largest Perimeter Triangle

Given an array of side lengths, pick three lengths that satisfy the triangle inequality (sum of any two sides > the third) to form a non-degenerate triangle and return the maximum possible perimeter; return 0 if no such triple exists.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.

Leetcode 976. Largest Perimeter Triangle | Hello Interview