1
edit
Changes
→Assignment 1
----
'''Wesley Hamilton's findings with Prime numbers'''
For assignment 1, I chose to work on a basic useful algorithm to check to see if there was the possibility to parallelize it. The algorithm takes in a numerical argument and from this number, calculates all the prime numbers from 2 to that number (since 0 and 1 are not prime). Unfortunately for whatever reason gprof could not profile it but I was able to use chrono to test run times.
----
=== Assignment 2 ===
=== Assignment 3 ===