Back to Freecodecamp

Adding Nodes to a Linked List

curriculum/challenges/english/blocks/introduction-to-linked-lists/adding-nodes-to-a-linked-list-video.md

latest265 B
Original Source

--description--

In this video, you will learn how to add nodes to a linked list.

--questions--

--text--

What is a commonly used term for searching through a linked list?

--answers--

scan


walk


loop


traverse

--video-solution--

4