Back to Freecodecamp

Quasilinear Time

curriculum/challenges/english/blocks/time-complexity/quasilinear-time-video.md

latest294 B
Original Source

--description--

In this video, you will about quasilinear times.

--questions--

--text--

Which of the following is the correct way to represent quasilinear time in Big O notation?

--answers--

O(n log n)


O(log n)


O(n n)


O(n log)

--video-solution--

1