mmartin101 / Cubes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The cube, 41063625 (345^3), can be permuted to produce two other cubes: 56623104 (384^3) and 66430125 (405^3). In fact, 41063625 is the smallest cube which has exactly three permutations of its digits which are also cube.

Find the smallest cube for which exactly five permutations of its digits are cube.

Running

You can clone this project and run it from the command line using the gradle wrapper ./gradlew run

You can run the tests using ./gradlew test

About


Languages

Language:Java 100.0%