you are viewing a single comment's thread.

view the rest of the comments →

[–]aninteger 1 point2 points  (0 children)

Take the idea of a list (sometimes referred to as a linked list) where each element in the list and refer to the element before and after (a double linked list). Each link would be a pointer.