Table of Contents

Description

Untitled

Think of a linked list as a train, except the middle carts have their doors closed. You can only start at the front or back of the train. From there, to get to a specific cart, you have to walk through each cart in between until you get there.

Usage

Efficiency

Implementation