Let's start playing with some pointer
s! Linked lists can be confusing to start, by we'll show you step by step how to master them.
Linked lists are a data structure that contain a sequence of items. They are very useful when you need to keep track of a group of objects and add or remove items from the middle of the list based on your needs.
In this section we'll cover:
How do I use this section?