{"id":29322359,"url":"https://github.com/qubik65536/competitive-programming","last_synced_at":"2026-02-05T10:32:19.642Z","repository":{"id":114818950,"uuid":"602848137","full_name":"Qubik65536/Competitive-Programming","owner":"Qubik65536","description":"My Solutions in C++ or Java (Sometimes Both) \u0026 Problem Analysis (Sometimes) for Competitive Programming Problems (Generally USACO and Canadian Computing Competition)","archived":false,"fork":false,"pushed_at":"2024-04-18T12:30:55.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T12:00:22.042Z","etag":null,"topics":["canadian-computing-competition","ccc","ccc-solutions","cpp","cpp17","java","java-8","usaco","usaco-solutions"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qubik65536.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":"2023-02-17T04:03:54.000Z","updated_at":"2024-02-20T18:59:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd579131-2120-4bae-972a-71b8b549b2fe","html_url":"https://github.com/Qubik65536/Competitive-Programming","commit_stats":null,"previous_names":["qubik65536/competitive-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Qubik65536/Competitive-Programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qubik65536%2FCompetitive-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qubik65536%2FCompetitive-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qubik65536%2FCompetitive-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qubik65536%2FCompetitive-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qubik65536","download_url":"https://codeload.github.com/Qubik65536/Competitive-Programming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qubik65536%2FCompetitive-Programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264089672,"owners_count":23555785,"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":["canadian-computing-competition","ccc","ccc-solutions","cpp","cpp17","java","java-8","usaco","usaco-solutions"],"created_at":"2025-07-07T14:10:34.417Z","updated_at":"2026-02-05T10:32:19.601Z","avatar_url":"https://github.com/Qubik65536.png","language":"C++","readme":"\u003ch1 align=\"center\"\u003eCubik65536/Competitive-Programming\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cb\u003e\n        My Solutions in C++ or Java (Sometimes Both) \u0026 Problem Analysis (Sometimes) for Competitive Programming Problems\n    \u003c/b\u003e\n    \u003cbr/\u003e\n    (Generally USACO and Canadian Computing Competition)\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-CC--BY--SA--4.0-important?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"LICENSE.CODE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-important?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## 🗃️ Commit Message Format\n\n### For USACO\n\n``` text\n[\u003cTYPE\u003e][USACO] \u003cCONTEST\u003e \u003cLEVEL\u003e \"\u003cPROBLEM\u003e\"\n\nResult: \u003cRESULT\u003e\n```\n\n* `\u003cTYPE\u003e`: The type of the commit. Can be one of the following:\n  * `ADD`: Add a new solution.\n  * `FIX`: Fix a bug in an existing solution.\n  * `DEL`: Delete an existing solution.\n* `\u003cCONTEST\u003e`: The contest season, e.g. `2022-JAN`, `2022-US_OPEN`, etc.\n* `\u003cLEVEL\u003e`: The level of the problem, e.g. `Bronze`, `Silver`, `Gold`, etc.\n* `\u003cPROBLEM\u003e` *(Optional)*: The problem name, e.g. `Problem 1. Visits`.\n* `\u003cRESULT\u003e`: The result of the solution, e.g. `WA #5`, `TLE #11`, etc.\n\n\u003e **Note**: `\u003cRESULT\u003e` line will be skipped if\n\u003e\n\u003e * the solution have been accepted (AC for all test cases)\n\u003e * `\u003cTYPE\u003e` is `DEL`\n\u003e * `\u003cPROBLEM\u003e` is not specified\n\n### For CCC\n\n``` text\n[\u003cTYPE\u003e][CCC] \u003cCONTEST\u003e-\u003cLEVEL\u003e \"\u003cPROBLEM\u003e\"\n\nResult: \u003cRESULT\u003e\n```\n\n* `\u003cTYPE\u003e`: The type of the commit. Can be one of the following:\n  * `ADD`: Add a new solution.\n  * `FIX`: Fix a bug in an existing solution.\n  * `DEL`: Delete an existing solution.\n* `\u003cCONTEST\u003e`: The contest season, e.g. `2022`, `2021`, etc.\n* `\u003cLEVEL\u003e`: The level of the problem: `JUNIOR` or `SENIOR`.\n* `\u003cPROBLEM\u003e` *(Optional)*: The problem name, e.g. `Problem 5. CCC Word Hunt`.\n* `\u003cRESULT\u003e`: The result of the solution, e.g. `WA Subtask 1 Test 5`, `TLE Subtask 4 Test 18`, etc.\n\n\u003e **Note**: `\u003cRESULT\u003e` line will be skipped if\n\u003e\n\u003e * the solution have been accepted (AC for all test cases)\n\u003e * `\u003cTYPE\u003e` is `DEL`\n\u003e * `\u003cPROBLEM\u003e` is not specified\n\n## 📜 License\n\nDifferent content in this repository is licensed under different licenses according to the different types of content.\n\n* Any content that are not codes (e.g. Problem Analysis) are licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](LICENSE).\n* Codes in this repository are licensed under the [MIT License](LICENSE.CODE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubik65536%2Fcompetitive-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqubik65536%2Fcompetitive-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqubik65536%2Fcompetitive-programming/lists"}