This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |