You are viewing a single comment's thread. Return to all comments →
Agree, this test case does not meet the given constraint (m <= n*(n-1)/2).
m <= n*(n-1)/2
Had to enter a "hack" into my code to pass it.
Seems like cookies are disabled on this browser, please enable them to open this website
Clique
You are viewing a single comment's thread. Return to all comments →
Agree, this test case does not meet the given constraint (
m <= n*(n-1)/2
).Had to enter a "hack" into my code to pass it.