Back to Freecodecamp

What is a Linked List?

curriculum/challenges/english/blocks/introduction-to-linked-lists/what-is-linked-list-video.md

latest260 B
Original Source

--description--

In this video, you will learn about linked lists.

--questions--

--text--

What is the name of the node that is placed at the beginning of a linked list?

--answers--

start


head


tail


foot

--video-solution--

2