{"id":23405105,"url":"https://github.com/francescopaolol/eulerprojectproblems","last_synced_at":"2026-02-06T08:06:14.198Z","repository":{"id":158973265,"uuid":"541985882","full_name":"FrancescoPaoloL/EulerProjectProblems","owner":"FrancescoPaoloL","description":"About Project Euler problems","archived":false,"fork":false,"pushed_at":"2024-12-19T16:25:29.000Z","size":778,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:48:37.344Z","etag":null,"topics":["algorithm-challenges","maths-problem","problem-solving","python"],"latest_commit_sha":null,"homepage":"https://projecteuler.net/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrancescoPaoloL.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-27T08:43:00.000Z","updated_at":"2025-01-21T22:59:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"550e9d39-c35a-4969-b0f4-2e1e3adff93a","html_url":"https://github.com/FrancescoPaoloL/EulerProjectProblems","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrancescoPaoloL/EulerProjectProblems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoPaoloL%2FEulerProjectProblems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoPaoloL%2FEulerProjectProblems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoPaoloL%2FEulerProjectProblems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoPaoloL%2FEulerProjectProblems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrancescoPaoloL","download_url":"https://codeload.github.com/FrancescoPaoloL/EulerProjectProblems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrancescoPaoloL%2FEulerProjectProblems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29155107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm-challenges","maths-problem","problem-solving","python"],"created_at":"2024-12-22T13:18:12.953Z","updated_at":"2026-02-06T08:06:14.183Z","avatar_url":"https://github.com/FrancescoPaoloL.png","language":"Python","readme":"# Euler Project Problems\nI used to try to solve Project Euler problems in order to practice and extend my math and program­ming skills (and having fun at the same time!). This repository lists all of my Project Euler solution code.\n\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n\n\n## Languages and Tools\n\u003cp align=\"left\"\u003e \u003ca href=\"https://www.python.org\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg\" alt=\"python\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \u003c/p\u003e\n\n## Requirements\n```\nJust Python 3.6.9\n```\n\n## Test Coverage\n| File                                   | Stmts | Miss | Branch | BrPart | Cover |\n|----------------------------------------|-------|------|--------|--------|-------|\n| FibonacciProblem02.py                  | 20    | 6    | 6      | 1      | 73%   |\n| FibonacciProblem02_test.py             | 13    | 1    | 4      | 1      | 88%   |\n| HighlyDivisibleTriangularNr12.py        | 24    | 5    | 10     | 1      | 82%   |\n| HighlyDivisibleTriangularNr12_test.py   | 16    | 1    | 4      | 1      | 90%   |\n| LargeSum13_test.py                     | 11    | 1    | 4      | 1      | 87%   |\n| LargestPrimeNumber03.py                | 15    | 5    | 6      | 1      | 71%   |\n| LargestPrimeNumber03_test.py           | 12    | 0    | 4      | 0      | 100%  |\n| LargestProduct08.py                    | 22    | 7    | 8      | 1      | 73%   |\n| LargestProduct08_test.py               | 29    | 1    | 4      | 1      | 94%   |\n| LargestProductInGrid11.py              | 64    | 12   | 34     | 3      | 81%   |\n| LargestProductInGrid11_test.py         | 35    | 0    | 2      | 0      | 100%  |\n| LatticePaths15.py                      | 11    | 6    | 2      | 1      | 46%   |\n| LatticePaths15_test.py                 | 11    | 1    | 4      | 1      | 87%   |\n| LongestCollatzSequence14.py            | 24    | 4    | 10     | 1      | 85%   |\n| LongestCollatzSequence14_test.py       | 10    | 1    | 4      | 1      | 86%   |\n| Nr10001stPrime07.py                    | 23    | 5    | 10     | 1      | 82%   |\n| Nr10001stPrime07_test.py               | 7     | 1    | 4      | 1      | 82%   |\n| NumberLetterCounts_17.py               | 44    | 10   | 26     | 4      | 77%   |\n| NumberLetterCounts_17_test.py          | 61    | 1    | 4      | 1      | 97%   |\n| Palindrome4Digits04.py                 | 20    | 4    | 12     | 1      | 84%   |\n| Palindrome4Digits04_test.py            | 11    | 1    | 4      | 1      | 87%   |\n| PowerDigitSum16.py                     | 14    | 5    | 4      | 1      | 67%   |\n| PowerDigitSum16_test.py                | 13    | 1    | 4      | 1      | 88%   |\n| PythagoreanTriplet09.py                | 20    | 3    | 8      | 1      | 86%   |\n| PythagoreanTriplet09_test.py           | 9     | 1    | 4      | 1      | 85%   |\n| SmallestMultiple05.py                  | 18    | 4    | 8      | 1      | 81%   |\n| SmallestMultiple05_test.py             | 7     | 1    | 4      | 1      | 82%   |\n| SumOfPrimes10.py                       | 14    | 4    | 8      | 2      | 73%   |\n| SumOfPrimes10_test.py                  | 13    | 1    | 4      | 1      | 88%   |\n| SumSquareDifference06.py               | 13    | 4    | 4      | 1      | 71%   |\n| SumSquareDifference06_test.py          | 7     | 1    | 4      | 1      | 82%   |\n| problemSpecialNumbers01.py             | 16    | 7    | 6      | 1      | 64%   |\n| problemSpecialNumbers01_test.py        | 9     | 0    | 2      | 0      | 100%  |\n| **TOTAL**                                  | **636**   | **105**  | **226**    | **36**     | **83%**   |\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\u003chr\u003e\n\n## Connect with me\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/francescopl/\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"francescopaololezza\" height=\"20\" width=\"30\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.kaggle.com/francescopaolol\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/kaggle.svg\" alt=\"francescopaololezza\" height=\"20\" width=\"30\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescopaolol%2Feulerprojectproblems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancescopaolol%2Feulerprojectproblems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancescopaolol%2Feulerprojectproblems/lists"}