ADT Unsorted List - Fordham University

• ADT list is a homogeneous collection of elements, with linear relationship among elements • each element except the first has a unique predecessor, and each element except the last has a unique successor.) • Each element in list can be of any type: simple, composite, address, or list, … • Often times, element is a struct or a class type ................
................