COP 4531: 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. Also prepare for the test on pre-requisite material.
- CLR: Chapter 2, pages 15 - 17.
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 an array of seven integers that are not already sorted, and show how insertion sort will sort them.