Back to Freecodecamp

Linear and Quadratic Time

curriculum/challenges/english/blocks/time-complexity/linear-and-quadratic-time-video.md

latest362 B
Original Source

--description--

In this video, you will learn about linear and quadratic times.

--questions--

--text--

What does quadratic mean?

--answers--

An operation raised to the first power.


An operation raised to the third power.


An operation raised to the second power.


An operation raised to the tenth power.

--video-solution--

3