- Two more pointers are needed: head and tail. Both must be of “Node” type - Head pointer points at the first node - Tail pointer points at the last node
- Two more pointers are needed: head and tail. Both must be of “Node” type- Head pointer points at the first node- Tail pointer points at the last node