What is the running time of an unweighted shortest path algorithm whose augmenting path is the path with the least numbe
Posted: Wed Jul 13, 2022 6:16 pm
a) O(|E|)
b) O(|E||V|)
c) O(|E|2|V|)
d) O(|E| log |V|)
b) O(|E||V|)
c) O(|E|2|V|)
d) O(|E| log |V|)