Open main menu

CDOT Wiki β

Changes

DPS915/CodeCookers

28 bytes added, 22:35, 3 October 2014
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 ===