Archive for August, 2010

Productivity

Monday, August 9th, 2010

You are in an interview, and the question is:

Write a program to print the prime factors of 18

if you don’t write:

System.out.println("2, 3, 3");

but instead write a prime factoriser for N, then -1 productivity point.