{"id":18266223,"url":"https://github.com/arindal1/codechefproblems","last_synced_at":"2026-04-21T10:06:06.345Z","repository":{"id":181738203,"uuid":"667222452","full_name":"arindal1/CodeChefProblems","owner":"arindal1","description":"Practice problems solved from CodeChef.com","archived":false,"fork":false,"pushed_at":"2023-09-06T14:56:34.000Z","size":167,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T14:41:40.034Z","etag":null,"topics":["c","codechef","codechef-solutions","competitive-programming","cpp"],"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/arindal1.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":"2023-07-17T02:48:46.000Z","updated_at":"2025-08-28T03:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f306b1c-9ebf-4f0f-815d-80d2bb52362c","html_url":"https://github.com/arindal1/CodeChefProblems","commit_stats":null,"previous_names":["arindal1/codechefpracticeproblems","arindal1/codechefproblems"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arindal1/CodeChefProblems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2FCodeChefProblems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2FCodeChefProblems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2FCodeChefProblems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2FCodeChefProblems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arindal1","download_url":"https://codeload.github.com/arindal1/CodeChefProblems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arindal1%2FCodeChefProblems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32086822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["c","codechef","codechef-solutions","competitive-programming","cpp"],"created_at":"2024-11-05T11:22:32.149Z","updated_at":"2026-04-21T10:06:06.321Z","avatar_url":"https://github.com/arindal1.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeChef Practice Solutions\n\n![CodeChef Logo](https://www.codechef.com/sites/all/themes/abessive/logo.png)\n\nWelcome to my CodeChef Practice Solutions repository! Here, you'll find my solutions to various problems from the CodeChef Practice Section, ranging from 0-star to 3-star difficulty levels (currently). This repository serves as a collection of my progress and learning journey on CodeChef.\n\n## About CodeChef\n\n[CodeChef](https://www.codechef.com/) is a competitive programming platform that hosts various coding contests and provides a wide range of problems to solve, helping programmers enhance their problem-solving skills and algorithms.\n\n## Repository Structure\n\nThe repository is organized based on the difficulty levels of the problems. Each difficulty level has its own directory containing the solutions to the corresponding problems. The structure is as follows:\n\n```\n- 0Star ___Lvl/\n    - problem1.cpp\n    - ...\n- 1Star ___Lvl/\n    - problem3.java\n    - problem4.cpp\n    - ...\n- 2Star ___Lvl/\n    - problem5.cpp\n    - problem6.java\n    - ...\n- Contest Problems/\n    - Solutions of problems I solved in Contests.\n```\n\n## Fast Travel\n\n| Levels   | Links    |\n|:---------|:--------:|\n| 0 Stars  | [link](https://github.com/arindal1/CodeChefProblems/tree/main/0Star%20BegLvl) |\n| 1 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/1Star%20BegLvl) |\n| 1 Stars Advanced Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/1Star%20AdvLvl) |\n| 2 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/tree/main/2Star%20BegLvl) |\n| 2 Stars Advanced Level | [link](https://github.com/arindal1/CodeChefProblems/blob/main/2Star%20AdvLvl/MAP.md) |\n| 3 Stars Beginner Level | [link](https://github.com/arindal1/CodeChefProblems/blob/main/3Star%20BegLvl/MAP.md) |\n| Contest Problems | [link](https://github.com/arindal1/CodeChefProblems/tree/main/Contest%20Problems) |\n| Others | [link](https://github.com/arindal1/CodeChefProblems/tree/main/Old%20C%20problems) |\n\n\n## Getting Started\n\nIf you're interested in exploring my solutions, follow these steps:\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone https://github.com/arindal1/CodeChefProblems.git\n   ```\n\n2. Navigate to the directory corresponding to the difficulty level you're interested in.\n\n3. Open the solution files in your preferred programming language to study the code and approach used.\n\n4. Feel free to modify and experiment with the solutions to deepen your understanding.\n\n## Contributing\n\nWhile this repository primarily contains my solutions, I welcome contributions in the form of additional solutions, optimization techniques, or explanations. If you'd like to contribute, follow these steps:\n\n1. Fork the repository to your GitHub account.\n\n2. Create a new branch for your contributions:\n\n   ```bash\n   git checkout -b feature/add-solution\n   ```\n\n3. Add your solution file to the appropriate difficulty level directory.\n\n4. Commit your changes:\n\n   ```bash\n   git commit -m \"Add solution to problemX\"\n   ```\n\n5. Push the changes to your forked repository:\n\n   ```bash\n   git push origin feature/add-solution\n   ```\n\n6. Open a pull request on GitHub, describing the problem and your solution.\n\n## Contact\n\nIf you have any questions, suggestions, or just want to connect, feel free to reach out:\n\n- GitHub: [arindal1](https://github.com/arindal1)\n- LinkedIn: [arindalchar](https://www.linkedin.com/in/arindalchar/)\n\n---\n\n### Solve these CodeChef problems over at [CodeChef Practice](https://www.codechef.com/practice).\n\n### Happy coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fcodechefproblems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farindal1%2Fcodechefproblems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farindal1%2Fcodechefproblems/lists"}