22C:30, 22C:115 Computer Science III

10:30-11:20 MWF Room 321 CB


Instructor: Sriram V. Pemmaraju
101G MLH, sriram@cs.uiowa.edu, 319-353-2956
Office Hours: MWF 11:30-12:30

This is the third in the sequence of core undergraduate computer science courses and is required for all computer science majors and minors. It builds on the first two courses, Computer Science I (22C:16) and Computer Science II (22C:20) and is concerned mainly with data structures, algorithms for accessing and manipulating data structures, and the application and uses of data structures. C++ is the programming language of choice for this course.

Syllabus document, Information about TAs, Announcements, Homeworks and Exams, Sample code, Online Resources


Information about TAs

There are three TAs for the course: Ting Liu, D.J. Park and Takako Soma. They will lead discussion sections according to the following schedule.
Section		Time			TA
A01		8:30-9:20, Th		Ting Liu
A02		10:30-11:20, T		Ting Liu
A03		8:30-9:20, T		CANCELLED
A04		3:30-4:20, T		D.J. Park
A05		11:30-12:20, Th		D.J. Park

Contact information and office hours for the TAs are as follows:

Name		Email			Office and Phone	Hours
Ting Liu	tliu@cs.uiowa.edu	301 MLH, 353-2328	TTh 4-5:30
D.J. Park	djpark@cs.uiowa.edu	B20J MLH, TBA		TTh 10-11:30 
Takako Soma	tsoma@cs.uiowa.edu	101J MLH, 353-2549	MTWTh 2-3

Homeworks and Exams

Announcements

Sample code

Online Resources