|
CISC 2200 Project 1
|
CISC 2200: Data Structures
Project 1: Computing Powers
Compare the performance of three different algorithms for computing powers:
We test these methods by computing 2n for n=0,1,2,..,32 and 2n for n=0,1,2,..,64.
Based on Chapter 2 of the text (Exercise 18, Programming Problem 1).
1.8.10