Table of Contents

Corning Community College

CSCS2330 Discrete Structures

PROJECT: Prime Number Computation (PNC0)

OBJECTIVE

Start exploring algorithm/implementation comparison and optimization with respect to various approaches of computing prime numbers.

TASK

Implement program in Vircon32 C, that:

* the upper bound should be fairly easy to change, even if it requires an edit and recompile.

* display that N/upper bound

REFERENCE

The following are reference screenshots of what your implementations should approximate.

PNC0

C implementation

EDIT

You will want to go here to edit and fill in the various sections of the document:

SUBMISSION

To be successful in this project, the following criteria (or their equivalent) must be met:

Submit Tool Usage

Let's say you have completed work on the project, and are ready to submit, you would do the following:

lab46:~/src/SEMESTER/DESIG/PROJECT$ submit DESIG PROJECT file1 file2 file3 ... fileN

You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches.

RUBRIC

I'll be evaluating the project based on the following criteria:

78:pnc0:final tally of results (78/78)
*:pnc0:submitted C implementation and build files, builds cleanly [13/13]
*:pnc0:processing and output is correct, and to specifications [52/52]
*:pnc0:no optimizations or improvements on the process [13/13]
*:pnc0:graph produced from timing data produced [13/13]
*:pnc0:graph posted to discord and documentation page [13/13]
*:pnc0:timing data is the taken out to 3 decimal places [13/13]

Pertaining to the collaborative authoring of project documentation

Additionally