Wednesday 12 February 2014

3.1.2 Linked Lists


3.1.2 Linked Lists

- In Computer Science, a linked list is a data structure consisting of a group of nodes, which make a sequence.

- Each node is made up of some data and a reference, a link to the next node in the sequence.

No comments:

Post a Comment