CSC 216 F09/LinkedList: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
(68 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''
 
== Linked Lists ==
'''
Definition: A list consisting of items in which each item "knows the location of" (i.e.,contains a reference to) the next item.
Purpose: To accommodate a virtually unlimited number of elements in a dynamic "array" and to provide a way for a program to be able to store elements without leaving a lot of space unused.

Latest revision as of 02:06, 17 November 2009