1/7
Loading...
🏁Linear vs Quadratic
Top is O(n), Bottom is O(n²). Let's fill the cells one by one. See the difference at N=4.
Loading...
Top is O(n), Bottom is O(n²). Let's fill the cells one by one. See the difference at N=4.
Big-O is the "Cost Class" of algorithms.