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
A possible fix is to limit the value of SOLUTION_LIMIT to the actual number of solutions SOLUTION_LIMIT = Math.min(SOLUTION_LIMIT, SOLUTIONS[SIZE - 1]);
The text was updated successfully, but these errors were encountered:
A possible fix is to limit the value of
SOLUTION_LIMIT
to the actual number of solutionsSOLUTION_LIMIT = Math.min(SOLUTION_LIMIT, SOLUTIONS[SIZE - 1]);
The text was updated successfully, but these errors were encountered: