Back to Freecodecamp

Inserting a Node

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

latest318 B
Original Source

--description--

In this video, you will learn how to insert a node in a linked list.

--questions--

--text--

What is the runtime for inserting a node at a known position in a linked list?

--answers--

constant time


linear time


quadratic time


exponential time

--video-solution--

1