Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Program Description: Write a method that takes in an integer and returns all prime factors for that number. For example, passing in the number 4 would return a list containing 2,2. Notice I said method...don't go creating a complicated class or project structure. Just create a test fixture and put a method right in there

http://www.butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata