{"id":23893427,"url":"https://github.com/pacemakerx/codeforces-my-solutions","last_synced_at":"2025-09-12T10:33:45.586Z","repository":{"id":266463798,"uuid":"895240010","full_name":"PacemakerX/codeForces-my-solutions","owner":"PacemakerX","description":"This repository contains my solutions to various problems from Codeforces contests, aimed at improving problem-solving skills in competitive programming. Each submission is stored with detailed information, including contest IDs and problem names, making it easy to track progress and learn from past solutions.","archived":false,"fork":false,"pushed_at":"2025-07-11T18:43:35.000Z","size":506,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T20:36:26.278Z","etag":null,"topics":["codeforces-contests","codeforces-solutions","competitive-programming","cpp-solutions","data-structure-and-algorithm","optimization-techniques","problem-solving","programming-challenges"],"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/PacemakerX.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,"zenodo":null}},"created_at":"2024-11-27T20:30:22.000Z","updated_at":"2025-07-11T18:43:39.000Z","dependencies_parsed_at":"2024-12-04T12:24:06.570Z","dependency_job_id":"35560df0-11a9-46d4-9fa4-18aafd327127","html_url":"https://github.com/PacemakerX/codeForces-my-solutions","commit_stats":null,"previous_names":["pacemakerx/codeforces-my-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PacemakerX/codeForces-my-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FcodeForces-my-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FcodeForces-my-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FcodeForces-my-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FcodeForces-my-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PacemakerX","download_url":"https://codeload.github.com/PacemakerX/codeForces-my-solutions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PacemakerX%2FcodeForces-my-solutions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266521092,"owners_count":23942388,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["codeforces-contests","codeforces-solutions","competitive-programming","cpp-solutions","data-structure-and-algorithm","optimization-techniques","problem-solving","programming-challenges"],"created_at":"2025-01-04T14:19:09.765Z","updated_at":"2025-07-22T15:34:17.974Z","avatar_url":"https://github.com/PacemakerX.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeForces My Solutions\n![Codeforces Logo](https://codeforces.org/s/66806/images/codeforces-sponsored-by-ton.png)\n\n\n\n[![Codeforces](https://img.shields.io/badge/Platform-Codeforces-blue)](https://codeforces.com)\n[![C++](https://img.shields.io/badge/Language-C%2B%2B-00599C?logo=c%2B%2B)](https://isocpp.org/)\n[![GitHub Stars](https://img.shields.io/github/stars/PacemakerX/codeForces-my-solutions?style=social)](https://github.com/PacemakerX/codeForces-my-solutions/stargazers)\n[![License](https://img.shields.io/github/license/PacemakerX/codeForces-my-solutions)](./LICENSE)\n[![GitHub Last Commit](https://img.shields.io/github/last-commit/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions/commits/main)\n[![GitHub Repo Size](https://img.shields.io/github/repo-size/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions)\n[![GitHub Issues](https://img.shields.io/github/issues/PacemakerX/codeForces-my-solutions)](https://github.com/PacemakerX/codeForces-my-solutions/issues)\n\nThis repository contains all my **accepted solutions** for Codeforces problems, organized by contest and problem tag (A, B, C, etc.). It's a comprehensive archive to track my competitive programming journey and help others learn from my solutions.\n\n## Features\n\n- **Comprehensive Collection**: Solutions from Div1, Div2, and Div3 contests.\n- **Organized Structure**: Files are named as:\n  Example:\n- `299624_1291_A.cpp`\n- `299625_1291_B.cpp`\n- **Sorted**: All files are sorted by submission number in descending order for easier browsing.\n\n## Why This Repository?\n\nThis repository serves as:\n\n- A personal archive of my progress.\n- A reference for others aiming to learn competitive programming.\n- A source of well-documented problem-solving approaches.\n\n## Tech\n\nSolutions are written in:\n\n- **C++**\n\n## Usage\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/PacemakerX/codeForces-my-solutions.git\n```\n\n## Connect with Me on Codeforces!\n\n[![PacemakerX on Codeforces](https://userpic.codeforces.org/3719808/title/8ea657239e0d9fe0.jpg)](https://codeforces.com/profile/PacemakerX)\n\nClick to visit my **[Codeforces Profile](https://codeforces.com/profile/PacemakerX)** and check out my competitive programming journey!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Fcodeforces-my-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacemakerx%2Fcodeforces-my-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacemakerx%2Fcodeforces-my-solutions/lists"}