CSCI 225: Data Structures and Programming

Data Structures and Programming

CSCI 225: Data Structures and Programming
3

5

Computer Science 125 and 12 credits, and English 099

This course will explore ideas of data and program organization that allow complex tasks to be solved in simple and elegant ways. In order to manage the complexity of programs, we will look at program design and organization ideas such as abstract data types and object-oriented programming. We will gain practical experience of these ideas by considering their implementations in the C++ programming language.