Quadratic Complexity - O(n^2)
If an algorithm’s time complexity is quadratic, it means that the runtime of the algorithm is directly proportional to the square of the size of the input. (Reading time: under 1 minute)
We'll cover the following...
A common example of an algorithm with quadratic time ...