Changes

Jump to: navigation, search

GPU610 Team Tsubame

6 bytes added, 15:07, 10 February 2017
Prime Numbers
Script done on Fri 10 Feb 2017 12:25:53 AM EST
'''Analysis'''
This is a simple c++ program for finding any prime number within range. The program function primeFinder () is the only function in the program so it takes up to nearly 100% of the execution time. Moreover, primeFinder() has a runtime of O(n^2).
240
edits

Navigation menu