Topics for Examination III
Data Structures
April 12, 2001

  1. Several questions from topics 1 to 13, Examination II
  2. Write a C++ header file as specified by the instructor.
  3. Write the implementation of a C++ header file.
  4. Write a stack class declaration.
  5. Define a stack.
  6. Draw a stack after a series of stack operations
  7. Implement each of the stack operations
  8. Draw diagrams of each stack operation
  9. Draw a picture of the heap after
  10. Understand post-fix notation
  11. Write a program evaluating a file of post-fix expressions
  12. Draw a tree after an insert operation
  13. Write a tree class declaration
  14. Implement some of the elements of a tree class.