| Issue 11: | Failed a few unit tests | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Execute RunPrimes with input of 8. Test is_prime with input of 4. What is the expected output? What do you see instead? RunPrimes returns "Impossible." instead of an expected output of "2 2 2 2" is_prime(4) returns true instead of false.
Sep 12, 2010
Project Member
#1
Kschl...@mail.utexas.edu
Status:
Fixed
|