1.

What is the running time of implementing a min-cut algorithm using bidirected edges in a graph?

A. O(N)
B. O(N log N)
C. O(N4)
D. O(N2)
Answer» D. O(N2)


Discussion

No Comment Found