Project Euler/62: Difference between revisions
From charlesreid1
(→Code) |
|||
| Line 1: | Line 1: | ||
==Problem Statement== | ==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 | Link: https://projecteuler.net/problem=62 | ||
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
Link: https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/062
Flags