SLIDE 1
Big O Notation
- P. Danziger
Big O Notation Comparing Algorithms
We have seen that in many cases we would like to compare two algorithms. Generally, the efficiency
- f an algorithm can be guaged by how long it takes
to run as a function of the size of the input. For example the efficiency of a graph algorithm might be measured as a function of the number
- f vertices or edges of the input graph.