Back to Freecodecamp

Exponential Time

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

latest320 B
Original Source

--description--

In this video, you will learn about exponential runtimes.

--questions--

--text--

Which of the following popular problems is an example of an exponential algorithm?

--answers--

Traveling Salesman


Dijkstra Algorithm


Merge Sort


Fibonacci Sequence

--video-solution--

1