created: 01/17/2003; corrections: 11/30/03, 12/09/05; edited 06/20/2015, 05/31/2021

go to home page   go to next page hear noise highlighting

CHAPTER 35 — Linked Lists

Chapter Topics:

Dynamic memory allocation is most frequently used to build data structures. The previous chapter described linked lists. This chapter shows how that idea can be implemented with dynamic memory.


QUESTION 1:

(Review: ) Except for the first and last item, each data item in an ordered list has one and one


go to home page   go to next page