GraphADT_AMtrx_2 Time Complexity – Edge Operations Suppose your graph is stored as an adjacency matrix of size V × V. You're asked to implement the function are_adjacent(u, v) that checks if there's an edge from vertex u to vertex v. Assume the matrix is implemented as a standard 2D array What is the time complexity of this operation? 单项选择题

A

O(V)

B

O(log V)

C

O(1)

D

O(E)

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!