Back to Freecodecamp

Efficiency of an Algorithm

curriculum/challenges/english/blocks/time-complexity/efficiency-of-an-algorithm-video.md

latest485 B
Original Source

--description--

In this video, you will learn how to measure the efficiency of an algorithm.

--questions--

--text--

What is Big O notation?

--answers--

A notation used to calculate the memory address of variables in a program.


The exact running time of a program measured in seconds.


A method for debugging errors in large software systems.


Theoretical definition of the complexity of an algorithm as a function of the size.

--video-solution--

4