Page 1 of 1

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
by answerhappygod
a) O(|E|)
b) O(|E||V|)
c) O(|E|2|V|)
d) O(|E| log |V|)