100
edits
Changes
→Assignment 2
== Assignment 2 ==
=== Rotate Image ===
The following code shows part of the serial version of the '''rotateImage''' method. The parallelized version of this code is also shown below.
'''Serial Version:'''
[[File:DPS915 Team7 RotateImage.png]]
'''Parralelized Version:'''
[[File:DPS915 Team7 RotateImage2.png]]
== Assignment 3 ==