Project Euler/51: Difference between revisions
From charlesreid1
m (Admin moved page Project Euler/Prime Replacement to Project Euler/51) |
No edit summary |
||
| Line 1: | Line 1: | ||
==Problem Description== | |||
Prime digit replacement: https://projecteuler.net/problem=51 | |||
Find the smallest prime which, by replacing part of the number (not necessarily adjacent digits) with the same digit, is part of an eight prime value family. | |||
Example: 56**3 | |||
Example: *3 | |||
==Code== | |||
https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/051 | |||
==Flags== | |||
{{ProjectEulerFlag}} | |||
Revision as of 09:11, 8 January 2018
Problem Description
Prime digit replacement: https://projecteuler.net/problem=51
Find the smallest prime which, by replacing part of the number (not necessarily adjacent digits) with the same digit, is part of an eight prime value family.
Example: 56**3
Example: *3
Code
https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/051
Flags