You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: week-3/implement/is-valid-triangle.js
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,35 @@
38
38
// Then it should return true because the input forms a valid triangle.
39
39
40
40
// This specification outlines the behavior of the isValidTriangle function for different input scenarios, ensuring it properly checks for invalid side lengths and whether they form a valid triangle according to the Triangle Inequality Theorem.
0 commit comments