{"id":19081600,"url":"https://github.com/harsharchives/hackerrank-cpp-problems","last_synced_at":"2025-02-22T06:13:51.767Z","repository":{"id":167300939,"uuid":"642893998","full_name":"HarshArchives/Hackerrank-CPP-Problems","owner":"HarshArchives","description":"This repository contains a collection of solved programming problems from Hackerrank, implemented in the C++ programming language.","archived":false,"fork":false,"pushed_at":"2023-07-14T16:30:29.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T06:13:49.094Z","etag":null,"topics":["cpp","hackerrank-cpp","hackerrank-solutions"],"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/HarshArchives.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-05-19T15:30:16.000Z","updated_at":"2023-09-24T15:59:48.000Z","dependencies_parsed_at":"2024-11-09T02:38:35.777Z","dependency_job_id":"1797fcf9-07ac-4491-a1a8-480ea8c9a1b0","html_url":"https://github.com/HarshArchives/Hackerrank-CPP-Problems","commit_stats":null,"previous_names":["geekyharsh05/hackerrank-cpp-problems","harsharchives/hackerrank-cpp-problems"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshArchives%2FHackerrank-CPP-Problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshArchives%2FHackerrank-CPP-Problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshArchives%2FHackerrank-CPP-Problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshArchives%2FHackerrank-CPP-Problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshArchives","download_url":"https://codeload.github.com/HarshArchives/Hackerrank-CPP-Problems/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240131746,"owners_count":19752727,"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":["cpp","hackerrank-cpp","hackerrank-solutions"],"created_at":"2024-11-09T02:37:27.746Z","updated_at":"2025-02-22T06:13:51.740Z","avatar_url":"https://github.com/HarshArchives.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :computer: Hackerrank-CPP-Problems\n\n[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![C++](https://img.shields.io/badge/Language-C%2B%2B-blue.svg)\n\nThis repository contains a collection of solved programming problems from Hackerrank, implemented in the C++ programming language. Each problem is solved with the goal of providing concise and efficient solutions.\n\n## 💡 Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## :rocket: Getting Started\n\nTo use the code in this repository, follow the steps below:\n\n1. Clone the repository to your local machine using the following command:\n\n```bash\n   git clone git@github.com:geekyharsh05/Hackerrank-CPP-Problems.git\n```\n\n2. Ensure that you have a C++ compiler installed on your machine.\n\n3. Navigate to the cloned repository directory:\n\n```bash\n   cd Hackerrank-CPP-Problems\n```\n\n## 📌 Usage\n\nEach problem is organized into a separate directory and contains the problem statement, the C++ source code solution, and a sample input/output file.\n\nTo run a specific problem, navigate to its directory and compile the C++ source code using your preferred C++ compiler. For example, to compile `problem.cpp`, use the following command:\n\n```bash\n   g++ problem.cpp -o problem\n```\n\nAfter successful compilation, you can run the executable file (e.g., `problem.exe` on Windows or `./problem` on Linux/Mac) to execute the code and see the output.\n\n```bash\n   ./problem\n```\n\n## :handshake: Contributing\n\nContributions to this repository are welcome! If you want to add solutions for new Hackerrank problems or improve existing ones, please follow these guidelines:\n\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n\n- Implement your changes and ensure that your code adheres to the C++ coding style.\n\n- Add new problem solutions in their respective directories, following the existing structure.\n\n- Test your code thoroughly to ensure it works correctly.\n\n- Commit your changes and push your branch to your forked repository.\n\n- Submit a pull request to the main repository, providing a clear description of your changes.\n\n## :memo: License\n\nThe code in this repository is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code for personal and commercial purposes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsharchives%2Fhackerrank-cpp-problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharsharchives%2Fhackerrank-cpp-problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsharchives%2Fhackerrank-cpp-problems/lists"}