Back to Freecodecamp

Evaluating Linear Search

curriculum/challenges/english/blocks/searching-algorithms/evaluating-linear-search-video.md

latest366 B
Original Source

--description--

In this video, you will learn more about the linear search algorithm and how to evaluate its runtime.

--questions--

--text--

What are the two measures of efficiency?

--answers--

Linear and Space complexity


Time and Space complexity


Recursive and Space complexity


Binary and Space complexity

--video-solution--

2