Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 235 Bytes

prime_factors.md

File metadata and controls

4 lines (4 loc) · 235 Bytes

Prime Factors Kata

Write a class named “PrimeFactors” that has one static method: generate. The generate method takes an integer argument and returns a List.
That list contains the prime factors in numerical sequence.