{"id":19984116,"url":"https://github.com/arya2004/leetcode-daily-october-hacktoberfest-2024","last_synced_at":"2025-08-20T10:32:07.239Z","repository":{"id":257864838,"uuid":"868062982","full_name":"arya2004/leetcode-daily-october-hacktoberfest-2024","owner":"arya2004","description":"Leetcode Daily October Hacktoberfest 2024","archived":false,"fork":false,"pushed_at":"2024-10-30T18:28:16.000Z","size":202,"stargazers_count":10,"open_issues_count":31,"forks_count":48,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-06T01:51:35.244Z","etag":null,"topics":["cpp","hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest-starter","hacktoberfest2024","java","javascript","leetcode","leetcode-cpp","leetcode-java","leetcode-python","leetcode-solutions","python"],"latest_commit_sha":null,"homepage":"","language":"Java","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/arya2004.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-05T11:34:04.000Z","updated_at":"2024-10-30T18:28:20.000Z","dependencies_parsed_at":"2024-10-31T00:33:31.516Z","dependency_job_id":null,"html_url":"https://github.com/arya2004/leetcode-daily-october-hacktoberfest-2024","commit_stats":null,"previous_names":["arya2004/leetcode-daily-october-hacktoberfest-2024"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya2004%2Fleetcode-daily-october-hacktoberfest-2024","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya2004%2Fleetcode-daily-october-hacktoberfest-2024/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya2004%2Fleetcode-daily-october-hacktoberfest-2024/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya2004%2Fleetcode-daily-october-hacktoberfest-2024/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arya2004","download_url":"https://codeload.github.com/arya2004/leetcode-daily-october-hacktoberfest-2024/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230415318,"owners_count":18222158,"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":["cpp","hacktober","hacktoberfest","hacktoberfest-accepted","hacktoberfest-starter","hacktoberfest2024","java","javascript","leetcode","leetcode-cpp","leetcode-java","leetcode-python","leetcode-solutions","python"],"created_at":"2024-11-13T04:17:36.428Z","updated_at":"2024-12-19T10:09:27.844Z","avatar_url":"https://github.com/arya2004.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# LeetCode Daily October Hacktoberfest 2024\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg  src=\"https://github.com/user-attachments/assets/e05e9e38-f774-4d29-8121-098cdff8fd69\" alt=\"Hacktoberfest Banner\" /\u003e\n\u003c/div\u003e\n\n\nWelcome to the **LeetCode Daily October Hacktoberfest Challenge 2024**! This repository is dedicated to solving **LeetCode's daily problems** for the month of October, while also giving you the chance to participate in **Hacktoberfest 2024** by contributing to an open-source project. \n\n## 🌟 What is Hacktoberfest?\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/94d07de4-5f01-49e4-a6bc-dc290167768b\" alt=\"Hacktoberfest Logo Horizontal\" /\u003e\n\u003c/div\u003e\n\n\n\nHacktoberfest is a month-long celebration of open-source software development, organized by **DigitalOcean**, **GitHub**, and **other partners**. It's a fantastic opportunity to contribute to open-source projects and make an impact on the developer community. Participants who contribute successfully to open-source projects during the month of October are eligible to win **exclusive T-shirts** and **swag**.\n\nFor more details, visit the [official Hacktoberfest website](https://hacktoberfest.com).\n\n## 🚀 About This Repository\n\nThis repository contains **solutions to LeetCode's daily coding challenges** for October 2024. The primary focus of this repo is to provide solutions in **Java**, **C++**, and **Python**, but contributions in **any language** are welcome.\n\nEach day will have a dedicated issue and folder for the corresponding problem, and contributors can submit solutions in their preferred language.\n\n## 📂 Repository Structure\n\nEach **day** of October has its own folder in the `solutions/` directory, where contributors can add their solutions in multiple languages. \n\n## 💡 How to Contribute\n\nContributing is easy and welcome! Here's a step-by-step guide:\n\n### 1. Fork this Repository\n\nStart by **forking** this repository. This will create a copy of the project under your GitHub account.\n\n### 2. Clone the Forked Repository\n\nNext, clone the forked repository to your local machine:\n\n```bash\ngit clone https://github.com/arya2004/leetcode-daily-october-hacktoberfest-2024.git\n```\n\n### 3. Navigate to the Correct Directory\n\nGo to the `solutions/` folder and navigate to the directory corresponding to the day you're contributing to:\n\n```bash\ncd solutions/day01\n```\n\n### 4. Add Your Solution\n\nYou can add your solution in **any language** (e.g., Python, Java, C++, etc.). Here's an example for Python:\n\n```bash\ntouch solution_python.py\n```\n\nDon't forget to add comments to explain your solution and make it easier for others to understand.\n\n### 5. Commit and Push Changes\n\nOnce you've added your solution, commit your changes:\n\n```bash\ngit add .\ngit commit -m \"Add Day 1 solution in Python\"\ngit push origin main\n```\n\n### 6. Open a Pull Request\n\nGo to the original repository and **open a pull request** from your forked version. Make sure to describe your solution and mention the problem you're solving.\n\nWe will review your pull request as soon as possible!\n\n## 🎯 Contribution Guidelines\n\nPlease adhere to the following guidelines when contributing:\n\n1. **One solution per pull request**: Only submit one day's solution per pull request.\n2. **Proper documentation**: Add a brief explanation of your approach in the `README.md` file inside the relevant day’s folder.\n3. **Code quality**: Follow best practices for writing clean and efficient code.\n4. **Respect the structure**: Place your solution files in the appropriate day's folder under `solutions/`.\n\nFor more detailed guidelines, please check the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## 🏆 Hacktoberfest 2024\n\nBy contributing to this repository, you are taking part in **Hacktoberfest 2024**. Once you've made four contributions to eligible repositories, you'll be eligible to receive a limited-edition Hacktoberfest Holopin Badge.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/45418de7-27e4-4d83-b8d9-6939f264dbc8\" alt=\"Hacktoberfest Logo Vertical\" /\u003e\n\u003c/div\u003e\n\n\n### What to Work On?\n\n- Solve daily LeetCode problems and submit your solutions.\n- Add comments explaining your code.\n- Contribute to the problem descriptions or documentation.\n- Help by reviewing and improving existing solutions.\n\n## 📜 License\n\nThis repository is licensed under the [MIT License](LICENSE), so feel free to use the code and contribute under the terms of that license.\n\n## 🙌 Join Us and Start Contributing!\n\nWe are excited to see your contributions and help you grow in your open-source journey. Whether you're a beginner or an experienced developer, there's a place for you in this repository.\n\nLet’s solve problems together and make Hacktoberfest 2024 awesome!\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farya2004%2Fleetcode-daily-october-hacktoberfest-2024","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farya2004%2Fleetcode-daily-october-hacktoberfest-2024","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farya2004%2Fleetcode-daily-october-hacktoberfest-2024/lists"}