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:
-
Use indirection (pointers) to build generic container classes
(e.g., lists, stacks, queues, trees, etc.).
-
Build and use unit-tests to test the correctness of
data structure operations.
-
Use recursion to implement data structure operations.
-
Use "big-oh" notation to measure and compare
the relative efficiencies of data structure operations.
-
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.