3.20. The Unordered List Abstract Data TypeΒΆ

The structure of an unordered list, as described above, is a collection of items where each item holds a relative position with respect to the others. Some possible unordered list operations are given below.

Next Section - 3.21. Implementing an Unordered List: Linked Lists