Restructuring
This commit is contained in:
17
solutions/ProjectEuler/004/desc.yml
Normal file
17
solutions/ProjectEuler/004/desc.yml
Normal file
@ -0,0 +1,17 @@
|
||||
title: Find the largest palindrome made from the product of two 3-digit numbers.
|
||||
url: http://projecteuler.net/problem=4
|
||||
|
||||
desc: |
|
||||
A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 99.
|
||||
Find the largest palindrome made from the product of two 3-digit numbers.
|
||||
|
||||
solution: |
|
||||
See code
|
||||
|
||||
solutions:
|
||||
solve.php:
|
||||
desc: Basic solution
|
||||
language: php
|
||||
solve.rb:
|
||||
desc: Basic solution in Ruby
|
||||
language: ruby
|
Reference in New Issue
Block a user