Computer Science Using C++
Ch. 17 Notes, page 1
Objective #1: Understand stacks.
Objective #2: Understand the way stacks can be implemented.
Objective #3: Use a stack class.
Objective #4: Understand queues.
Objective #5: Understand how a queue can be implemented with a linked list.
Objective #6: Use a queue class.
Objective #7: Understand binary trees.
Return to Ch. 17 Resources page
Computer Science Using C++ Home Page | CMPSC 101 Home Page