From charlesreid1

Line 9: Line 9:
==Code==
==Code==


Link: https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/062
https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/062/Problem062.java


==Flags==
==Flags==


{{ProjectEulerFlag}}
{{ProjectEulerFlag}}

Revision as of 10:21, 8 January 2018

Problem Statement

Cubes that permute to other cubes: find the smallest cube for which exactly 5 permutations of the cube are also cubes.

Link: https://projecteuler.net/problem=62

Solution Technique

Code

https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/062/Problem062.java

Flags