COP 4530 - Notes and Resources
Lecture notes from COP 3330 -- pre-requisite course
-- (use as needed for review)
COP 4530 Lecture Notes / Outlines
Math Review
Some review topics (COP 3330)
Recursion
Template functions and classes
Intro to Data Structures
From Course textbook material -- review topics with some C++11 features added in
Ch.1 -- Basic C++ review topics
(powerpoint)
Ch. 1 -- C++ template review topics
(powerpoint)
References, parameters, returns
- (with some C++11 features)
Intro to Iterators
Functors (Function Objects)
Ch. 2 -- Algorithm Analysis
(powerpoint)
Maximum Subsequence algorithms