{"id":21619420,"url":"https://github.com/arbinzaman/problem-solve-codes","last_synced_at":"2025-03-18T18:20:52.670Z","repository":{"id":243125402,"uuid":"811543371","full_name":"arbinzaman/Problem-Solve-Codes","owner":"arbinzaman","description":"Here i push my problem solving and practice codes with C++.","archived":false,"fork":false,"pushed_at":"2024-11-03T19:50:49.000Z","size":553,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T21:28:51.010Z","etag":null,"topics":["atcoder","beecrowd","codechef","codeforces","cpp","hackathon","problems-solving"],"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/arbinzaman.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-06-06T19:59:16.000Z","updated_at":"2024-11-03T19:50:53.000Z","dependencies_parsed_at":"2024-06-06T21:43:52.519Z","dependency_job_id":"3ed2e489-9d90-4c17-8435-a0efbe6754ac","html_url":"https://github.com/arbinzaman/Problem-Solve-Codes","commit_stats":null,"previous_names":["arbinzaman/problem-solve-codes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arbinzaman%2FProblem-Solve-Codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arbinzaman%2FProblem-Solve-Codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arbinzaman%2FProblem-Solve-Codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arbinzaman%2FProblem-Solve-Codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arbinzaman","download_url":"https://codeload.github.com/arbinzaman/Problem-Solve-Codes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244277179,"owners_count":20427312,"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","beecrowd","codechef","codeforces","cpp","hackathon","problems-solving"],"created_at":"2024-11-24T23:08:58.492Z","updated_at":"2025-03-18T18:20:52.642Z","avatar_url":"https://github.com/arbinzaman.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Problem Solving Codes\n\nThis repository contains my solutions to various competitive programming problems from platforms such as Codeforces and Beecrowd.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Repository Structure](#repository-structure)\n- [Codeforces](#codeforces)\n- [Beecrowd](#beecrowd)\n- [How to Use](#how-to-use)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nWelcome to my repository of problem-solving codes! Here, you will find my solutions to problems I've tackled on Codeforces and Beecrowd. These solutions are written in various programming languages and organized by problem categories and difficulty levels.\n\n## Repository Structure\n\nThe repository is organized as follows:\n\n.\n├── codeforces\u003cbr\u003e\n│ ├── contests\u003cbr\u003e\n│ │ ├── contest_name\u003cbr\u003e\n│ │ │ ├── problem_code\u003cbr\u003e\n│ │ │ │ ├── solution_language.extension\u003cbr\u003e\n│ │ │ │ └── ...\u003cbr\u003e\n│ │ └── ...\u003cbr\u003e\n│ └── practice\u003cbr\u003e\n│ ├── difficulty_level\u003cbr\u003e\n│ │ ├── problem_code\u003cbr\u003e\n│ │ │ ├── solution_language.extension\u003cbr\u003e\n│ │ │ └── ...\u003cbr\u003e\n│ └── ...\u003cbr\u003e\n├── beecrowd\u003cbr\u003e\n│ ├── problem_code\u003cbr\u003e\n│ │ ├── solution_language.extension\u003cbr\u003e\n│ │ └── ...\u003cbr\u003e\n│ └── ...\u003cbr\u003e\n└── README.md\u003cbr\u003e\n\n## Codeforces\n\nIn the `codeforces` directory, you'll find two main subdirectories:\n\n- `contests`: Contains solutions to problems from specific Codeforces contests.\n- `practice`: Contains solutions to practice problems, categorized by difficulty level.\n\n## Beecrowd\n\nIn the `beecrowd` directory, you will find solutions to problems from the Beecrowd platform. Each problem is stored in its own subdirectory, named after the problem code.\n\n## How to Use\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/problem-solving-codes.git\nNavigate to the desired directory to find the solution you're interested in.\nOpen the solution file to view the code.\nContributing\nContributions are welcome! If you'd like to contribute, please fork the repository, create a new branch, and submit a pull request with your changes.\n\nFork the repository\nCreate a new branch (git checkout -b feature/your-feature)\nCommit your changes (git commit -am 'Add some feature')\nPush to the branch (git push origin feature/your-feature)\nCreate a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farbinzaman%2Fproblem-solve-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farbinzaman%2Fproblem-solve-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farbinzaman%2Fproblem-solve-codes/lists"}