Wyo C++ Ch. 18 Notes

You are only responsible for reading Sections 1 & 2 of Ch. 18. The other sections deal with topics that are taught in Wyomissing's Data Structures course and are not tested on the AP A Exam.

Objective #1: Understand recursion and use recursive functions.

Objective #2: Understand sequential searching.

Objective #3: Understand binary searching.