Search
⌘K

Leetcode 610. Triangle Judgement

For each row of three integers (x, y, z) representing segment lengths, determine whether they can form a non‑degenerate triangle by checking that the sum of any two sides is strictly greater than the third, and return each row with a "Yes"/"No" triangle column.


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.