Big Disclaimer: The below is not not friendly, it’s quick and dirty with the only requirement being getting the correct result quickly (programming time, not run time). Please don’t use this code to cheat either the fun really is in solving these yourself.
|
#
|
<th>
Problem
</th>
<th>
Solution
</th>
|
01
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=01'>Problem 01</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p01.py'>p01.py</a>
</td>
|
02
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=02'>Problem 02</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p02.py'>p02.py</a>
</td>
|
03
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=03'>Problem 03</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p03.py'>p03.py</a>
</td>
|
04
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=04'>Problem 04</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p04.py'>p04.py</a>
</td>
|
05
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=05'>Problem 05</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p05.py'>p05.py</a>
</td>
|
06
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=06'>Problem 06</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p06.py'>p06.py</a>
</td>
|
07
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=07'>Problem 07</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p07.py'>p07.py</a>
</td>
|
08
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=08'>Problem 08</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p08.py'>p08.py</a>
</td>
|
09
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=09'>Problem 09</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p09.py'>p09.py</a>
</td>
|
10
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=10'>Problem 10</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p10.py'>p10.py</a>
</td>
|
11
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=11'>Problem 11</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p11.py'>p11.py</a>
</td>
|
12
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=12'>Problem 12</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p12.py'>p12.py</a>
</td>
|
13
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=13'>Problem 13</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p13.py'>p13.py</a>
</td>
|
14
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=14'>Problem 14</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p14.py'>p14.py</a>
</td>
|
16
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=16'>Problem 16</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p16.py'>p16.py</a>
</td>
|
20
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=20'>Problem 20</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p20.py'>p20.py</a>
</td>
|
21
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=21'>Problem 21</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p21.py'>p21.py</a>
</td>
|
22
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=22'>Problem 22</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p22.py'>p22.py</a>
</td>
|
25
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=25'>Problem 25</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p25.py'>p25.py</a>
</td>
|
30
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=30'>Problem 30</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p30.py'>p30.py</a>
</td>
|
36
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=36'>Problem 36</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p36.py'>p36.py</a>
</td>
|
48
|
<td>
<a href='http://projecteuler.net/index.php?section=problems&id=48'>Problem 48</a>
</td>
<td>
<a href='http://project-2501.net/project-euler/p48.py'>p48.py</a>
</td>