CS151 - Computer Science II (also known as Data Structures)
Instructor: Bob Rinker Office: HED 202 Email: rinker@cs.uidaho.edu Phone: (208)885-7378 Office Hours (Spring 2022):
11:00-12:00 MWF, or by appointment, or stop in
anytime my door is open!
Syllabus:
Downloadable from here
pdfGrading:
Your grade will be calculated using the following percentages:
Two mid-semester exams
30%
Final exam (comprehensive)
20%
Quizzes
15%
Homework/Programming Assignments
35%
Total
100%
The letter grade you receive from the course will be determined as follows:
90%-100%
A
89.9%-80%
B
79.9%-70%
C
69.9%-60%
D
Below 60%
F
The instructor reserves the right to adjust these percentages lower if
deemed necessary.
Announcements
Any announcements for the class will be posted here
Welcome to the class!
Notes and Handouts:
Will appear here when needed in class.
- Slides on arrays
(
pdf
)
- Slides on 2D arrays
(
pdf
)
- Slides on pointers
(
pdf
)
- Slides on dynamic memory
(
pdf
)
Programming Assignments:
Will appear here sometime after they have been assigned
- Assignment #1
(
pdf
), Due January 28, 2022 Links to other useful information
An ASCII code chart
(
pdf
or
ps
)
A decent vi editor Cheat Sheet
(pdf
or
ps)
Unix tutorial (from the University of Edinburgh)
here
a>.