Factorial Example


Author: Shmulik London

Factorial Example The problem: Compute the factorial of a given number in parallel.


Running the example

java factorial.Factorial 200

Implementation

This is a basic example of using popcorn for flat-computations. Read more about this example in 'Java Popcorn Tutorial'.

Source

You can look at Factorial.java, for the source code.