{"id":23921276,"url":"https://github.com/opencodeiiita/code-digger-2023","last_synced_at":"2025-09-11T05:31:12.645Z","repository":{"id":212352632,"uuid":"721095827","full_name":"opencodeiiita/Code-Digger-2023","owner":"opencodeiiita","description":"The Competitive Programming repository at OpenCode","archived":true,"fork":false,"pushed_at":"2024-01-12T13:39:54.000Z","size":536,"stargazers_count":17,"open_issues_count":2,"forks_count":117,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-13T07:43:53.157Z","etag":null,"topics":["competative-programming","dsa-algorithm","opencode23"],"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/opencodeiiita.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}},"created_at":"2023-11-20T10:51:19.000Z","updated_at":"2024-12-08T13:29:07.000Z","dependencies_parsed_at":"2024-01-12T18:12:52.522Z","dependency_job_id":null,"html_url":"https://github.com/opencodeiiita/Code-Digger-2023","commit_stats":null,"previous_names":["opencodeiiita/code-digger-2023"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opencodeiiita/Code-Digger-2023","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencodeiiita%2FCode-Digger-2023","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencodeiiita%2FCode-Digger-2023/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencodeiiita%2FCode-Digger-2023/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencodeiiita%2FCode-Digger-2023/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencodeiiita","download_url":"https://codeload.github.com/opencodeiiita/Code-Digger-2023/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencodeiiita%2FCode-Digger-2023/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274583048,"owners_count":25311731,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["competative-programming","dsa-algorithm","opencode23"],"created_at":"2025-01-05T16:14:37.949Z","updated_at":"2025-09-11T05:31:12.236Z","avatar_url":"https://github.com/opencodeiiita.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code-Digger\n\n## About\n\nLoading ... \u003cb\u003eCompilation error\u003c/b\u003e. Oh! I didn't declare that variable x. _corrected_ \u003c/br\u003e\n_Compile_ Now.. Loading ... \u003cb\u003eRuntime error\u003c/b\u003e. Wtf! ... Oh! The array size is 1000 and I entered 100. _corrected_ \u003c/br\u003e\n_Compile_ Loading ... \u003cb\u003eWrong Answer\u003c/b\u003e. In sample test case itself?!? Ohhh !! I forgot to update flag value. _corrected_ \u003c/br\u003e\n_Compile_ Loading ... \u003cb\u003eSample test cases passed\u003c/b\u003e. _Cross check with extra cases generated on your own, gives AC._ \u003c/br\u003e\n_Taking a deep breath and clicking SUBMIT_ ... \u003cb\u003eTime Limit Exceeded\u003c/b\u003e. Damn!\n\nFew hours later\n\n_Taking a deep breath and clicking SUBMIT_ ... \u003cb\u003eWrong Answer\u003c/b\u003e.\n\n\"Debugging is like being the detective in a crime movie where you are also the murdurer\" - Filipe Fortes\n\nPretty much true, isnt it?! This opencode, its not going to be like that. You won't be asked to murder and then, solve the crime. Instead we are helping this opencode. We will do the murder for you and give an oppurtunity for you to become Sherlock Holmes.\n\u003c/br\u003eAnd you are rewarded points for that!!\u003c/br\u003e\n\n## Guidelines\n\nWhoever wishes to participate in this project must follow these guidelines:\n\n\u003cul\u003e\n\n\u003cli\u003eDo not make PR which is not related to any issues. You can create an issue and solve it once we approve them.\u003c/li\u003e\n\u003cli\u003eBe polite: Be polite to other community members.\u003c/li\u003e\n\u003cli\u003eCommunicate: Whether you are working on a new correction or facing a doubt please feel free to ask us on our discord channel(specifically #CodeTrouble). We will be happy to help you out.\u003c/li\u003e\n\u003cli\u003eEach issue should be resolved by either modifying or appending some lines of code.\u003c/li\u003e\n\u003cli\u003eMention the line number along with the Pull Request and further give suitable explanation. \u003c/li\u003e\n\u003c/ul\u003e\n\n## How to contribute\n\n- Fork and clone the repository\u003c/li\u003e\n- Firstly add you details in Coder.json file in the Data file\u003c/li\u003e\n- Then Read the problem and try to Complete the Task as given in its _problem.md_.\u003c/li\u003e\n- Edit, commit and push the changes in Submission folder of respective Task.\u003c/li\u003e\n- Create the PR according to the format mentioned in the pull_request_template.md in the .github folder.\u003c/li\u003e\n\n## How to Communicate for help!\n\nIf you have difficulty approaching the issue, feel free to ask on the OpenCode discord channel. We will be happy to help you out!\n[Discord Link](https://discord.gg/D9999YTkS8)\n\n## Learning\n\nIf you are a beginner and want to get started on your competitive programming journey, then you can check out this [article by Sumit Kumar Sahu](https://medium.com/nybles/how-to-start-with-competitive-programming-f5ab41263aee) for guidance.\n\nFor some more resources and guidance, you can also read these articles written by our respected senior to become good in competitive programming [article by Our Senior](https://medium.com/nybles/tagged/competitive-programming).\n\n## Note\n\nHappy Code Digging ! :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencodeiiita%2Fcode-digger-2023","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencodeiiita%2Fcode-digger-2023","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencodeiiita%2Fcode-digger-2023/lists"}