Linked List Pictures

  1. A simple linked list pointed to by head. A variable x points to null.
  2. A new value is assigned to x...
  3. A new value is assigned to x...
  4. A new value is assigned to x...
  5. Null is assigned to x
  6. The node with 12 is deleted...
  7. New nodes with 23 and 666 are added.