Matchsticks to Square
Try to solve the Matchsticks to Square problem.
We'll cover the following
Statement
Given an integer array, matchsticks
, where matchsticks[i]
is the length of the
Return TRUE if we can make this square; otherwise, return FALSE.
Constraints:
matchsticks.length
matchsticks[i]
Examples
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy