append a node

what does this mean? I have tried googling it but if someone could explain it in simple terms that would be awsome. cheers
It means you have some kind of list (probably a linked list). Each object in the list is called a "node". To append a node is to add one to the end.
thanks alot! thumbs up!
Topic archived. No new replies allowed.