CS35: Data Structures and Algorithms

Week 01 Lecture Notes

Week 01 Tasks

Tuesday

Agenda

Who should take this course

Big course questions

Other course Goals

Student responsibilities

What is CS35

Why C++?

Exercise

Python seriesSum vs C++

Program Attributes

Thursday

Announcements

Clicker Testing

You should have your clickers by the end of this week.

Sample Questions

C++ code basics

I've added the program demo.cpp to your examples-<user> repo. Feel free to experiment with this code and practice C++. You can get the recent updates at any time by going into your ~/cs35/examples folder and running git pull

cd ~/cs35/examples
git pull
cd week-01
If you get some strange git error, try seeing if any of the messages at Understanding Git Status help. If your case is missing, feel free to post to Piazza

How do I compile/run this demo?

cd ~/cs35/examples
cd week-01
???

Demo Topics:

To come: