{"id":26859737,"url":"https://github.com/debargha-mitra-roy/competitive-programming","last_synced_at":"2025-07-16T11:38:26.601Z","repository":{"id":284397030,"uuid":"940493877","full_name":"Debargha-Mitra-Roy/Competitive-Programming","owner":"Debargha-Mitra-Roy","description":"A collection of solutions for competitive programming problems from platforms like CodeChef, CodeForces, AtCoder and many more. Organized by platform and language for easy reference. Contributions are welcome! 💡✨","archived":false,"fork":false,"pushed_at":"2025-03-25T16:57:27.000Z","size":21439,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T17:48:30.048Z","etag":null,"topics":["atcoder","codechef","codeforces","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Debargha-Mitra-Roy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-28T09:21:48.000Z","updated_at":"2025-03-25T16:57:31.000Z","dependencies_parsed_at":"2025-03-25T17:58:35.246Z","dependency_job_id":null,"html_url":"https://github.com/Debargha-Mitra-Roy/Competitive-Programming","commit_stats":null,"previous_names":["debargha-mitra-roy/competitive-programming"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debargha-Mitra-Roy%2FCompetitive-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debargha-Mitra-Roy%2FCompetitive-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debargha-Mitra-Roy%2FCompetitive-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debargha-Mitra-Roy%2FCompetitive-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Debargha-Mitra-Roy","download_url":"https://codeload.github.com/Debargha-Mitra-Roy/Competitive-Programming/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246404017,"owners_count":20771526,"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":["atcoder","codechef","codeforces","competitive-programming","cpp"],"created_at":"2025-03-31T01:29:54.792Z","updated_at":"2025-03-31T01:29:55.386Z","avatar_url":"https://github.com/Debargha-Mitra-Roy.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Competitive Programming\n\nWelcome to the **Competitive Programming** repository! 🚀 This repository contains solutions to problems from various competitive programming platforms such as **[CodeChef](https://www.codechef.com/), [CodeForces](https://codeforces.com/), [AtCoder](https://atcoder.jp/)**, and many more.\n\n## 📌 Repository Structure\n\nThe repository is organized as follows:\n\n```\n📂 Competitive Programming\n├── 📂 CodeChef\n|   ├── problem_name.cpp\n│   └── ...\n│\n├── 📂 CodeForces\n|   ├── 📂 ACMSGURU\n│   |   ├── problem_name.cpp\n│   |   └── ...\n|   |\n|   ├── 📂 Education\n|   |   ├── 📂 Binary Search\n│   |   |   ├── problem_name.cpp\n│   |   |   └── ...\n|   |   |\n|   |   ├── 📂 Disjoint Set Union\n│   |   |   ├── problem_name.cpp\n│   |   |   └── ...\n|   |   |\n|   |   ├── 📂 Segment Tree\n│   |   |   ├── problem_name.cpp\n│   |   |   └── ...\n|   |   |\n|   |   ├── 📂 Sufix Array\n│   |   |   ├── problem_name.cpp\n│   |   |   └── ...\n|   |   |\n|   |   └── 📂 Two Pointers Method\n│   |       ├── problem_name.cpp\n│   |       └── ...\n|   |\n|   └── 📂 ProblemSet\n│       ├── problem_name.cpp\n│       └── ...\n|\n├── 📂 Atcoder\n|   ├── 📂 Library Practice Contest\n│   |   ├── problem_name.cpp\n│   |   └── ...\n|   |\n|   ├── 📂 Practice Contest\n│   |   ├── problem_name.cpp\n│   |   └── ...\n|   |\n|   └── 📂 ProblemSet\n│       ├── problem_name.cpp\n│       └── ...\n│\n├── 📂 Resourses\n|   ├── C++ STL Reference Manual\n|   ├── Competitive Programmer’s Handbook (Antti Laaksonen)\n|   ├── Competitive Programming - The new Lower Bound of Programming Contests (Steven Halim and Felix Halim)\n|   ├── Guide to Competitive Programming - Learning and Improving Algorithms Through Contests (Antti Laaksonen)\n|   ├── The Hitchhiker’s Guide to the Programming Contests (Nite Nimajneb)\n|   └── ...\n|\n├── .gitignore\n├── LICENSE\n└── README.md\n```\n\n## 🚀 Platforms Covered\n\n- [CodeChef](https://www.codechef.com/)\n- [Codeforces](https://codeforces.com/)\n- [Atcoder](https://atcoder.jp/)\n\n## 🛠️ Programming Languages Used\n\n- C++\n\n## 📝 How to Contribute?\n\nContributions are welcome! To contribute:\n\n1. Fork the repository 📌\n2. Clone your forked repository 🎯\n   ```bash\n   git clone https://github.com/Debargha-Mitra-Roy/Competitive-Programming.git\n   ```\n3. Add your solutions inside the respective folder 🔥\n4. Commit and push your changes 🚀\n   ```bash\n   git add .\n   git commit -m \"\u003cYOUR_COMMMIT_MESSAGE\u003e\"\n   git push origin main\n   ```\n5. Create a pull request 📥\n\n## ⭐ Show Your Support\n\nIf you find this repository useful, consider giving it a ⭐ to help others discover it!\n\nHappy Coding! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebargha-mitra-roy%2Fcompetitive-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebargha-mitra-roy%2Fcompetitive-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebargha-mitra-roy%2Fcompetitive-programming/lists"}