{"id":20392127,"url":"https://github.com/abhinav9444/project-euler","last_synced_at":"2025-03-05T00:18:25.582Z","repository":{"id":226369784,"uuid":"754432248","full_name":"abhinav9444/Project-Euler","owner":"abhinav9444","description":"This repository is dedicated to showcasing my solutions to various problems from Project Euler, a platform that offers a wide range of challenging mathematical and computational problems.","archived":false,"fork":false,"pushed_at":"2024-08-14T13:37:12.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T10:25:54.880Z","etag":null,"topics":["computational-programming","mathematical-programming","mathematics"],"latest_commit_sha":null,"homepage":"","language":"C","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/abhinav9444.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-08T03:11:38.000Z","updated_at":"2024-08-14T13:37:16.000Z","dependencies_parsed_at":"2024-03-07T08:49:33.642Z","dependency_job_id":"9584593f-1857-4320-a5aa-5c88c2696245","html_url":"https://github.com/abhinav9444/Project-Euler","commit_stats":null,"previous_names":["abhinav9444/project-euler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FProject-Euler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FProject-Euler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FProject-Euler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FProject-Euler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhinav9444","download_url":"https://codeload.github.com/abhinav9444/Project-Euler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940576,"owners_count":20045883,"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":["computational-programming","mathematical-programming","mathematics"],"created_at":"2024-11-15T03:39:33.729Z","updated_at":"2025-03-05T00:18:25.563Z","avatar_url":"https://github.com/abhinav9444.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eProject Euler Solutions\u003c/h1\u003e\n  \u003cp\u003e Welcome to my Project Euler solutions repository!\u003c/p\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://projecteuler.net/\"\u003eProject Euler\u003c/a\u003e is a fantastic platform for honing problem-solving skills\n    with challenging mathematical and computational problems.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## 📂 Structure\nEach problem solution is organized into its own file with the following structure:\n\u003c!--\u003cp\u003e📁 /problem_number\u003c/p\u003e--\u003e\n\u003cp\u003e📄 solution_file \u0026emsp;\u0026emsp; # Solution implementation in preferred language of relevance. Name of Solution file denotes the problem ID on the project Euler site in the Archive Section.\u003c/p\u003e\n\u003c!--\u003cp\u003e📄 README.md \u0026emsp;\u0026emsp;  # Description and explanation of the solution approach\u003c/p\u003e--\u003e\n\n## Introduction \u0026 Motivation\n\u003cp\u003eI find Project Euler problems to be both intellectually stimulating and rewarding. Solving these problems helps me enhance my problem-solving skills, learn new programming techniques, and deepen my understanding of mathematics and computer science concepts.\u003cp\u003eThis repository serves as a collection of my solutions to various Project Euler problems. My aim is not only to provide solutions but also to explain the thought process behind each solution and explore different approaches to problem-solving.\n  \n## Dependencies \u0026  Usage\nThe solutions in this repository are written in C. There are no external dependencies required to run or compile the solutions.Each problem directory contains a solution file (typically in C) and a README.md file explaining the solution approach. You can compile and run the solution files using your preferred C compiler.\n\n## Performance \u0026 Future Work\nSome solutions may include optimizations or alternative approaches to improve performance. I discuss these strategies in the README files accompanying each solution. I plan to continue adding solutions to this repository as I progress through more Project Euler problems. I also aim to optimize existing solutions and explore additional topics related to mathematical and computational problem-solving. \n\n## References\nWhile solving these problems, I've found various resources helpful, including textbooks, online articles, and discussions on forums such as the Project Euler forum.\n\n\u003c!--## License\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\nI'd like to thank the creators of Project Euler for providing such an excellent platform for problem-solving, as well as the community of developers and mathematicians who contribute to the discussions and resources related to Project Euler problems.\n--\u003e\n\n## 📍Contact Information\nIf you have any questions, feedback, or suggestions for improvement, feel free to reach out to me via email at [abhinavkrsingh9444@gmail.com](mailto:your_email@example.com). Alternatively, you can connect with me on different social platforms, which are listed in my profile.\n\n\u003c!--\n## ⚠️ Disclaimer\nThe solutions provided in this repository are selfmade and intended for educational and learning purposes only. While sharing solutions to Project Euler problems is encouraged, it's important to uphold the integrity of the Project Euler community by not publishing full solutions publicly while the problems are active. Ensure you've solved the problem yourself before referencing or contributing to solutions. Additionally, please be aware that using these solutions to gain unfair advantages, such as for academic assignments or competitions where original work is required, may violate academic integrity policies or competition rules. Use these solutions responsibly and always strive to understand and solve problems on your own whenever possible.\n--\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003eHappy coding! 🌟\u003c/p\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav9444%2Fproject-euler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinav9444%2Fproject-euler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav9444%2Fproject-euler/lists"}