{"id":17948624,"url":"https://github.com/abhinav9444/hackerrank","last_synced_at":"2025-04-03T15:26:28.307Z","repository":{"id":259288239,"uuid":"877135026","full_name":"abhinav9444/Hackerrank","owner":"abhinav9444","description":"This repository serves as a personal collection and showcase of my coding skills, problem-solving techniques, and progression through various coding challenges on HackerRank. It is also intended to help others learn and understand different approaches to solving programming problems in various languages.","archived":false,"fork":false,"pushed_at":"2024-11-09T07:57:07.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T04:17:04.600Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","c","data-structures","hackerrank","hackerrank-solutions","programming","python","python3","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/abhinav9444.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-10-23T06:34:31.000Z","updated_at":"2024-11-09T07:57:11.000Z","dependencies_parsed_at":"2024-10-24T04:54:01.704Z","dependency_job_id":"605e5f4a-0321-40b8-a500-3d247e084927","html_url":"https://github.com/abhinav9444/Hackerrank","commit_stats":null,"previous_names":["abhinav9444/hackerrank"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FHackerrank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FHackerrank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FHackerrank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhinav9444%2FHackerrank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhinav9444","download_url":"https://codeload.github.com/abhinav9444/Hackerrank/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247026254,"owners_count":20871350,"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":["algorithms","algorithms-and-data-structures","c","data-structures","hackerrank","hackerrank-solutions","programming","python","python3","ruby"],"created_at":"2024-10-29T09:07:50.137Z","updated_at":"2025-04-03T15:26:28.276Z","avatar_url":"https://github.com/abhinav9444.png","language":"Ruby","readme":"# \u003cimg src=\"https://hrcdn.net/fcore/assets/brand/logo-new-white-green-a5cb16e0ae.svg\" alt=\"HackerRank Logo\" width=\"200\" height=\"23\" style=\"vertical-align: middle;\"\u003e \u003cspan style=\"font-size: 2em; vertical-align: middle;\"\u003e Solutions\u003c/span\u003e\n\u003cbr\u003e\n\u003cdiv style=\"text-align: justify; margin: 0 20px;\"\u003e\nWelcome to the \u003cstrong\u003eHackerRank Solutions\u003c/strong\u003e repository ! This repository contains solutions to various programming problems that I have solved on HackerRank, organized by domains such as programming language, problem-solving, and more, similar to the structure on the HackerRank site. The aim is to provide clean, efficient, and well-documented solutions to give clear insights into my problem-solving approaches in various domains and programming languages.\n\u003c/div\u003e\n\u003cbr\u003e\n\n## 📁 Repository Structure\n\nThe repository is organized as follows:\n\n- **/Domain Name :** Contains directories for each problem category (e.g., Algorithms, Data Structures, Mathematics, Python, C, Ruby, etc).\n   -  **/Solution Files :** Contains Solution code with solutions to specific problems, named in sequential order indexed according to the problem title as given on the HackerRank site. Each Solution file contains its Problem link commented on the top of the solution code\u003cbr\u003e\n   -  **/Readme or Index File :** Contains additional information including description of the directory, usage of the solution files with explanations.\n\u003cbr\u003e\nBelow is a Exemplar visual representation of the Repository Structure :  \u003cbr\u003e\u003cbr\u003e\n\n\n\u003e- **HackerRank/**  (Parent Directory)\n\u003e    - **Ruby/**  (Subdirectory for Ruby solutions)\n\u003e        - `Index.md` - Index file for navigating to the solution files.\n\u003e        - `1.rb`  - Solution for problem 1\n\u003e        - `2.rb`  - Solution for problem 2\n\u003e        - `3.rb`  - Solution for problem 3\n\u003e    - **Python/**  (Subdirectory for Python solutions)\n\u003e        - `1.py`  - Solution for problem 1\n\u003e        - `2.py`  - Solution for problem 2\n\u003e        - `3.py`  - Solution for problem 3\n\u003e    - **Problem_Solving/**  (Subdirectory for problem-solving challenges)\n\u003e        - `1_problem_solving.c`  - Solution for problem solving challenge 1\n\u003e        - `2_problem_solving.py`  - Solution for problem solving challenge 2\n\u003e        - `3_problem_solving.java`  - Solution for problem solving challenge 3\n\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🚀 Usage\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/AbhinavKumarSingh/Hackerrank.git\n   cd Hackerrank\n1. **Navigate to the problem category:**\n   ```bash\n   cd problems/Algorithms\n\n3. **Run a solution script:**\n   ```bash\n   python solution_name.py\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav9444%2Fhackerrank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinav9444%2Fhackerrank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav9444%2Fhackerrank/lists"}