Back to Freecodecamp

Removing a Node

curriculum/challenges/english/blocks/introduction-to-linked-lists/removing-a-node-video.md

latest323 B
Original Source

--description--

In this video, you will learn how to remove a node from a linked list.

--questions--

--text--

What is the worst-case runtime for removing a node when you must first search for it in a linked list?

--answers--

exponential


quadratic


linear


constant

--video-solution--

3