{"id":23900875,"url":"https://github.com/ayush272002/cses","last_synced_at":"2025-07-06T19:33:15.463Z","repository":{"id":270573202,"uuid":"908741097","full_name":"Ayush272002/CSES","owner":"Ayush272002","description":"This repository contains solutions to the problems from the CSES Problem Set written in C++.","archived":false,"fork":false,"pushed_at":"2025-01-09T23:39:17.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T00:31:44.415Z","etag":null,"topics":["cses-problem-set-solution"],"latest_commit_sha":null,"homepage":"https://cses.fi/problemset/","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/Ayush272002.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":"2024-12-26T21:00:34.000Z","updated_at":"2025-01-09T23:39:20.000Z","dependencies_parsed_at":"2025-01-01T13:35:42.868Z","dependency_job_id":"72b61bda-f54e-4235-aba7-482eee9dbb80","html_url":"https://github.com/Ayush272002/CSES","commit_stats":null,"previous_names":["ayush272002/cses"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush272002%2FCSES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush272002%2FCSES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush272002%2FCSES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayush272002%2FCSES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayush272002","download_url":"https://codeload.github.com/Ayush272002/CSES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298400,"owners_count":19779281,"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":["cses-problem-set-solution"],"created_at":"2025-01-04T20:53:49.471Z","updated_at":"2025-02-23T09:45:26.802Z","avatar_url":"https://github.com/Ayush272002.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSES Problem Set Solutions\n\nWelcome to the CSES Problem Set Solutions repository! This repository contains solutions to the problems from the [CSES Problem Set](https://cses.fi/problemset/) written in C++.\n\n## About the CSES Problem Set\n\nThe CSES Problem Set is a collection of competitive programming problems designed to help improve problem-solving and algorithmic skills. The problems range from easy to challenging and cover a variety of topics such as:\n\n- Sorting and Searching\n- Dynamic Programming\n- Graph Algorithms\n- Mathematics\n- String Algorithms\n- Geometry\n\n## Repository Structure\n\nThe repository is organized into folders based on the problem categories. Each folder contains solutions for the respective category. The structure is as follows:\n\n```\nCSES-Solutions/\n|-- SortingAndSearching/\n|   |-- problem1.cpp\n|   |-- problem2.cpp\n|-- DynamicProgramming/\n|   |-- problem1.cpp\n|   |-- problem2.cpp\n|-- GraphAlgorithms/\n|   |-- problem1.cpp\n|   |-- problem2.cpp\n|-- Mathematics/\n|-- StringAlgorithms/\n|-- Geometry/\n```\n\nEach solution file is named according to the problem's title or ID for clarity.\n\n## How to Run the Solutions\n\nTo run a solution, make sure you have a C++ compiler installed (e.g., `g++`). Navigate to the folder containing the desired solution and compile it with:\n\n```bash\ng++ -o solution problem1.cpp\n./solution\n```\n\nReplace `problem1.cpp` with the actual file name of the solution you want to run.\n\n## Prerequisites\n\n- Basic knowledge of C++\n- A C++ compiler (e.g., `g++` or `clang++`)\n- Familiarity with competitive programming and the CSES platform\n\n## Contributing\n\nIf you would like to contribute to this repository:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes and push them to your fork.\n4. Submit a pull request.\n\nPlease ensure your code is clean, well-commented, and adheres to the repository's style guide.\n\n## Acknowledgments\n\nThe CSES Problem Set is created and maintained by the team at [CSES](https://cses.fi). Special thanks to the competitive programming community for their continuous contributions and support.\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nHappy coding and enjoy solving problems!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayush272002%2Fcses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayush272002%2Fcses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayush272002%2Fcses/lists"}