Saturday, October 22, 2011

Linked Lists 3: Using Nodes


Node  Node (x) Node
data: "A" data: "B" data: "C"
next: ---> next: ---> next: null

No comments:

Post a Comment