tactical-teto's blog

By tactical-teto, history, 19 months ago, In English

Given a graph with n nodes and m edges, is it possible to find the maximum number of edges such that each node is in at most one edge?

constraints:

n<=1000

m<=n*(n-1)/2

  • Vote: I like it
  • -34
  • Vote: I do not like it

»
19 months ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

Google first plz.

You can refer to here and here.