Clevermind
.uk
For a graph with N vertices and E edges, the time complexity of BFS is:
O(E)
O(N^2)
O(N)
O(E log N)
Advanced Algorithms Übungen werden geladen ...