Restructuring
This commit is contained in:
14
solutions/ProjectEuler/041/desc.yml
Normal file
14
solutions/ProjectEuler/041/desc.yml
Normal file
@ -0,0 +1,14 @@
|
||||
title: Integer right triangles
|
||||
url: http://projecteuler.net/problem=41
|
||||
|
||||
desc: |
|
||||
We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once. For example, 2143 is a 4-digit pandigital and is also prime.
|
||||
What is the largest n-digit pandigital prime that exists?
|
||||
|
||||
solution: |
|
||||
Bruteforce
|
||||
|
||||
solutions:
|
||||
solve.php:
|
||||
desc: Basic solution
|
||||
language: php
|
Reference in New Issue
Block a user