#349. CSP2021PJ-6

CSP2021PJ-6

  1. (单选题)对于有 n 个顶点、m 条边的无向连通图(m > n),需要删掉( )条边才能使其成为一棵树。

{{ select(1) }}

  • n-1
  • m-n
  • m-n-1
  • m-n+1