CS 112 Intro. to Data Structures


Course Outcomes: Welcome to CS 112, Intro to Data Structures, at Calvn College. Students successfully completing this course will demonstrate their ability to:

  1. Use indirection (pointers) to build generic container classes (e.g., lists, stacks, queues, trees, etc.).
  2. Build and use unit-tests to test the correctness of data structure operations.
  3. Use recursion to implement data structure operations.
  4. Use "big-oh" notation to measure and compare the relative efficiencies of data structure operations.
  5. Understand and use object-oriented techniques such as inheritance and polymorphism.
For more information, please choose a topic from the list below.


Calvin > CS > 112
This page maintained by Joel Adams.