Sunday, August 14, 2011

Linked list algorithm for insertion of node from last?

Since you're at the last node already, you just add the new list item as the "next" item from the last item.

No comments:

Post a Comment