wpe41.gif (23084 bytes)CIS3355: Business Data Structures
Fall, 2008
 

Linked Lists

Linked Lists are our next Abstract data type and, through the use of Pointers, allow us to DISPLAY and SEARCH (sequentially) a list WITHOUT having to actually have to sort the list. Linked lists are widely used and provide a (partial) solution to our Searching and Searching dilemma.

This page was last updated on 05/19/03.