Difference between revisions of "Linked Lists - Lists"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Added basic deffinition)
(No difference)

Revision as of 12:36, 4 April 2017

A linked list is a list where each value is aware of the data that comes before and after the value.