Productivity

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.

One Response to “Productivity”

  1. #!/usr/bin/tail -1
    2,3,3

Leave a Reply