Back to Freecodecamp

Implementing Search

curriculum/challenges/english/blocks/introduction-to-linked-lists/implementing-search-video.md

latest335 B
Original Source

--description--

In this video, you will learn how to implement a search method for linked lists in code using the Python programming language.

--questions--

--text--

What is the worst case runtime for searching a linked list?

--answers--

constant


linear


quadratic


logarithmic

--video-solution--

2