Vidyalelo
Data Structure · Q269

Miscellaneous on Data Structures

Programming · Data Structure · question 269

Q269

Which among the following best represents the time complexity to find articulate points in a graph?

A.
O(V)
B.
O(E)
C.
O(V + E)
Answer
D.
O(V * E)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board