AlgoViz
← Back to trail

Linked List Traversal

Easy+60 XP

Follow next pointers from head to null — a pointer is a reference to a node.

No visualization loaded.

Watch

i

Press Run to begin.

0/0
curr (current node)already visited

Practice problems