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
Test your solution on this input
5 6
1 2 1
1 3 1
1 4 1
5 2 1
5 3 1
5 4 1
0 0
Answer should be 6 (with all edges included), but your algorithm would rule out that possibility as in that case degree of node 1 (and node 5) is odd .
The text was updated successfully, but these errors were encountered:
Test your solution on this input
5 6
1 2 1
1 3 1
1 4 1
5 2 1
5 3 1
5 4 1
0 0
Answer should be 6 (with all edges included), but your algorithm would rule out that possibility as in that case degree of node 1 (and node 5) is odd .
The text was updated successfully, but these errors were encountered: