CHAPTER 4

Linked Lists and Iterators

OBJECTIVES

The objectives of this chapter are to familiarize the student with the features, implementation, and uses of linked structures and list iterators. More specifically, the student will be able to

images    Explain the advantages of linked structures and be able to quantify their performance.

images    Understand the memory model programmers use to represent linked structures and the resulting advantages and disadvantages of this representation.

    Understand the classic linked structures Singly Linked list (and ...

Get Data Structures and Algorithms Using Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.