Linked Lists - Lists

From TRCCompSci - AQA Computer Science
Revision as of 12:36, 4 April 2017 by Jared (talk | contribs) (Added basic deffinition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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