Coder's Guild Mailing List

Re: linked list?

Posted by John Meyer on 1999-04-23

At 4/23/99 3:34:00 AM, you wrote:
>What's a linked list?
>
>Shrapnel



A linked list is a data list where each "item" in the link has a pointer to the next item.  The last (or first) item in the list has a pointer set to null.