1
edit
Changes
→Assignment 1
// calculate pi
pi = 4.0 * (float)score/(float)points;
==== '''Software and Hardware''' ====
[[File:Pi_software_and_hardware_list.jpg|border]]
==== '''Program Execution Plan''' ====
==== '''Conclusion''' ====
As the sample count increases, the execution time of the program also increases. The Big-O Classification for ''pi_serial'' is O(1).
=== '''Assignment 2''' ===