Lecture 1
Learning objectives
After this class, you should be able to:
- Describe the course policies, grading criteria, and your responsibilities.
- Answer questions on pre-requisite material, in particular, on the material learned in COP 4530 -- Data Structures.
Reading assignment
- Read the syllabus and study tips (available on Blackboard under the 'Course Library' tab).
- CLR: Chapter 1.
- Review asymptotic analysis from COP 4530 (big-Oh notation, in particular).
Exercises and review questions
- Questions on current lecture's material
- How many written assignments will you have in this course?
- How many programming assignments will you have in this course?
- Will you be graded on class participation in this course?
- What will your grade be if you obtain a total score of 80% and an exam average of 65%?
- Questions on next lecture's material
- (Post your solution on the discussion board) Give pseudocode for an algorothm that takes
O(n3)
time.