Back to Freecodecamp

Constant and Logarithmic Time

curriculum/challenges/english/blocks/time-complexity/constant-and-logarithmic-time-video.md

latest310 B
Original Source

--description--

In this video, you will learn about constant and logarithmic times for algorithms.

--questions--

--text--

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

--answers--

O(n)


O(1)


O(C)


O(0)

--video-solution--

2