Python/project_euler
2019-11-15 23:05:00 -08:00
..
problem_01 added solution 7 for problem_01 (#1416) 2019-10-22 09:31:17 +02:00
problem_02 psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
problem_03 Add sol3 for project_euler problem_03 (#1553) 2019-11-07 09:37:28 +01:00
problem_04 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_05 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_06 Project Euler problems 06, 20 (#1419) 2019-10-22 18:02:03 +02:00
problem_07 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_08 add sol3 to project_euler/problem_08 (#1557) 2019-11-14 19:08:07 +01:00
problem_09 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_10 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_11 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_12 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_13 Travis CI: Add a flake8 test for unused imports (#1038) 2019-07-25 13:19:00 +05:30
problem_14 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_15 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_16 Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
problem_17 Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
problem_18 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_19 Fixes for issue "Fix the LGTM issues #1024" (#1034) 2019-07-18 19:05:14 +02:00
problem_20 GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
problem_21 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_22 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_23 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_24 Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
problem_25 added solution 3 for problem_25 (#1478) 2019-10-28 00:52:34 +01:00
problem_27 Fix indentation contains tabs (flake8 E101,W191) (#1573) 2019-11-15 23:05:00 -08:00
problem_28 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_29 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_31 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_32 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_33 Added Problem 33 (#1440) 2019-10-31 17:50:39 +05:30
problem_36 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_40 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_42 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_48 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_52 Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
problem_53 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_56 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_67 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_76 Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
problem_99 GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
problem_234 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
problem_551 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
README.md fixed project eular readme (#1391) 2019-10-18 23:52:32 +02:00

ProjectEuler

Problems are taken from https://projecteuler.net/.

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Project Euler is ideal for mathematicians who are learning to code.

Here the efficiency of your code is also checked. I've tried to provide all the best possible solutions.

For description of the problem statements, kindly visit https://projecteuler.net/show=all