Monday 24 February 2014

3.1.2 Linked Lists


In computer science, a linked list is a data structure consisting of a group of nodes which together make a sequence. Each node is made up of some data and a reference (in other words, a link) to the next node in the sequence.

No comments:

Post a Comment