Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

test3

Digrafo g(V);
int aristas = 0;
for (int v = 0; v < V; ++v)   
  aristas += g.ady(v).size();
cout << aristas << '
';
Source by cvexcexp.ucm.es #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+1 =