CS35: Data Structures and Algorithms
Fall 2021

Textbook

We will be using a free textbook for this course:

The weekly readings from this text will be linked to in the course schedule.

Debugging references

Learning how to debug code efficiently is part of this course material. Many of the lab assignments in this course will be more involved than what you have seen in CS21, and debugging will be essential. Some references for debugging tools:

Additional references

This course provides an introduction to object oriented programming as well as the C++ program language. Each could warrant their own course of study and we highly recommend you study them further. Some references of use: