Skip to content

Instantly share code, notes, and snippets.

View amahfouz's full-sized avatar
💭
Playing with BPMN

Ayman Mahfouz amahfouz

💭
Playing with BPMN
View GitHub Profile
package mahfouz.algo.projeuler;
import java.util.ArrayList;
import java.util.List;
/**
* Prints all "Pandigital" numbers as specified in
* http://projecteuler.net/problem=38
*
* Quick and dirty solution.