Computer Science 268: Introduction to Computer Programming (Java)

Study Guide

Unit 9

Chapter 9: Linked Data Structures and Recursion

The information in this chapter is considered to be an advanced Java programming topic. Therefore, this section of the textbook is not covered in the course.

Section 9.1 Recursion

Section 9.2 Linked Data Structures

Section 9.3 Stacks, Queues, and ADTs

Section 9.4 Binary Trees

Section 9.5 A Simple Recursive Descent Parser