top of page
CS253 Projects
Homework 7
Iteration
For this assignment, I built upon previous work in homework 5. The Schedule class now works with the for (auto v : container) syntax! This implies support for Schedule::begin(), Schedule::end(), and Schedule::iterator. Looping over a Schedule produces read-only references to Event, in chronological order.
CS253 Projects: List
bottom of page