# | Files | Solutions | Comments |
A0 | |||
A1 | Assignment 1 Solution | ||
A2 | Assignment 2 (revised, Oct 15) | Assignment 2 Solution | |
A3 | Assignment 3 (revised, Nov 8) | Assignment 3 Solution | The Visio file gives the algorithms found in the Appendix and can help develop the algorithms for questions 1 and 2. The main algorithm provided had 2 small errors: 1) the 'o' in the instruction block at the very bottom of the main algorithm (part of the outer loop) should be 'y'; 2) the call to genQArray (also in the main algorithm is missing an argument - the call should be genQArray(compArr,timeArr,n) |
A4 | Assignment 4 Solution | ||
A5 | Assignment 5 (revised, Nov 23) | Assignment 5 Solution | There was a small error in the UML diagram for the ParkEvent class – it was missing the getTime() method. |