{"id":19083220,"url":"https://github.com/psingh12354/project-euler","last_synced_at":"2026-05-23T09:30:16.910Z","repository":{"id":185587965,"uuid":"274903230","full_name":"Psingh12354/Project-Euler","owner":"Psingh12354","description":"Here i upload my HackerRank Project Euler Code","archived":false,"fork":false,"pushed_at":"2022-11-28T09:16:50.000Z","size":85,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T20:43:33.579Z","etag":null,"topics":["all","project-euler","project-euler-solutions","pytohn3"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Psingh12354.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-25T11:50:14.000Z","updated_at":"2023-02-27T09:25:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5db663e-c095-4cfd-9086-58deb1a13dae","html_url":"https://github.com/Psingh12354/Project-Euler","commit_stats":null,"previous_names":["psingh12354/project-euler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psingh12354%2FProject-Euler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psingh12354%2FProject-Euler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psingh12354%2FProject-Euler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Psingh12354%2FProject-Euler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Psingh12354","download_url":"https://codeload.github.com/Psingh12354/Project-Euler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240133140,"owners_count":19752993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["all","project-euler","project-euler-solutions","pytohn3"],"created_at":"2024-11-09T02:46:31.366Z","updated_at":"2026-05-23T09:30:16.876Z","avatar_url":"https://github.com/Psingh12354.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=center\u003e\u003cb\u003eProject-Euler\u003c/b\u003e\u003c/h1\u003e\n\u003ch2\u003e\u003cb\u003e Here i upload my HackerRank Project Euler Code\u003c/b\u003e\u003c/h2\u003e\n\u003cimg src=\"hack.png\" width=300\u003e\n\u003cp\u003eClick on the below link to get the \u003cb\u003e\u003ci\u003esource code\u003c/i\u003e\u003c/b\u003e\u003c/p\u003e\n\n| **Program** |**Source Code**| **Programming Language** |\n| :----------------------------------------- | :-------------------------: | :---------------------------------: |\n| Project Euler #1: Multiple widths of 3 and | [Project Euler #1: Multiple widths of 3 and 5](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%231:%20Multiples%20of%203%20and%205) | Python/Java |\n| Project Euler #2: Even Fibonacci numbers | [Project Euler #2: Even Fibonacci numbers](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%232:%20Even%20Fibonacci%20numbers) | Python |\n| Project Euler #3: Largest prime factor | [Project Euler #3: Largest prime factor](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%233:%20Largest%20prime%20factor) | Python |\n| Project Euler #4: Largest palindrome | [Project Euler #4: Largest palindrome](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%234:%20Largest%20palindrome%20product) | Python |\n| Project Euler #5: Smallest multiple | [Project Euler #5: Smallest multiple](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%235:%20Smallest%20multiple) | Python |\n| Project Euler #5: Smallest multiple | [Project Euler #5: Smallest multiple](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%235:%20Smallest%20multiple) | Python |\n| Project Euler #6: Sum square differenc | [Project Euler #6: Sum square differenc](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%236:%20Sum%20square%20difference) | Python |\n| Project Euler #7: 10001st prime | [Project Euler #7: 10001st prime](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%237:%2010001st%20prime) | Python |\n| Project Euler #8: Largest product in a series | [Project Euler #8: Largest product in a series](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%238:%20Largest%20product%20in%20a%20series) | Python |\n| triplet Project Euler #9: Special Pythagorean triplet | [triplet Project Euler #9: Special Pythagorean triplet](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%239:%20Special%20Pythagorean%20triplet) | Python |\n| Project Euler #10: Summation of primes | [Project Euler #10: Summation of primes](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2310:%20Summation%20of%20primes) | Python |\n| Project Euler #13: Large sum | [Project Euler #13: Large sum](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2313:%20Large%20sum) | Python |\n| Project Euler #15: Lattice paths | [Project Euler #15: Lattice paths](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2315:%20Lattice%20paths) | Python |\n| Project Euler #16: Power digit sum | [Project Euler #16: Power digit sum](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2316:%20Power%20digit%20sum) | Python |\n| Project Euler #17: Number to Words | [Project Euler #17: Number to Words](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2317:%20Number%20to%20Words) | Python |\n| Project Euler #20: Factorial digit sum | [Project Euler #20: Factorial digit sum](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2320:%20Factorial%20digit%20sum) | Python |\n| Project Euler #21: Amicable numbers | [Project Euler #21: Amicable numbers](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2321:%20Amicable%20numbers) | Python |\n| Project Euler #22: Names scores | [Project Euler #22: Names scores](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2322:%20Names%20scores) | Python |\n| Project Euler #25: N-digit Fibonacci number | [Project Euler #25: N-digit Fibonacci number](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2325:%20N-digit%20Fibonacci%20number) | Python |\n| Project Euler #31: Coin sums | [Project Euler #31: Coin sums](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2331:%20Coin%20sums) | Python |\n| Project Euler #34: Digit factorials | [Project Euler #34: Digit factorials](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2334:%20Digit%20factorials) | Python |\n| Project Euler #36: Double-base palindromes | [Project Euler #36: Double-base palindromes](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2336:%20Double-base%20palindromes) | Python |\n| Project Euler #37: Truncatable primes | [Project Euler #37: Truncatable primes](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2337:%20Truncatable%20primes) | Python |\n| Project Euler #64: Odd period square | [Project Euler #64: Odd period square](https://github.com/Psingh12354/Project-Euler/blob/master/Project%20Euler%20%2364:%20Odd%20period%20square%20roots) | Python |\n| How many reversible numbers are there below one-billion? | [How many reversible numbers are there below one-billion?](https://github.com/Psingh12354/ProjectEuler/blob/master/Project%20Euler%20%23145:%20How%20many%20reversible%20numbers%20are%20there%20below%20one-billion%3F) | Python |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsingh12354%2Fproject-euler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsingh12354%2Fproject-euler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsingh12354%2Fproject-euler/lists"}