Announcements

About Comp 22000

Comp 22000, Introduction to Data Structures, is designed to provide you with the conceptual framework to solve large problems using computers. To this point in your education you have learned to solve problems using computers in very small contexts. You have gained an important foundation in programming. To solve significant problems, however, you need to understand how to effectively store, access, and modify large amounts of data and how to process that data in the most efficient manner. You also need to be able to communicate to other people, computer scientists or not, how your solution works and how they can use and modify your solution.

On a practical level, this course is taught in C++. You will learn this language and how to use some of the standard libraries associated with it and how to use C++ development environments.