A directed graph is represented as an Edge List. What is the worst case time complexity to find if two vertices are adja
Posted: Thu Jul 14, 2022 2:18 pm
A directed graph is represented as an Edge List. What is the worst case time complexity to find if two vertices are adjacent to each other in this graph (neighbors of each other / connectedness property)? O(1) Olog V) O(V) O(log E) O(E) OIEV)