Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arindal1/hackerrank-problems
Questions and Solutions from Hackerrank.
https://github.com/arindal1/hackerrank-problems
algorithms cpp hackerrank hackerrank-solutions java python
Last synced: 9 days ago
JSON representation
Questions and Solutions from Hackerrank.
- Host: GitHub
- URL: https://github.com/arindal1/hackerrank-problems
- Owner: arindal1
- Created: 2022-08-08T19:10:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T16:16:31.000Z (10 months ago)
- Last Synced: 2024-02-02T18:04:50.135Z (10 months ago)
- Topics: algorithms, cpp, hackerrank, hackerrank-solutions, java, python
- Language: C++
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problems from Hackerrank
## This Repository contains Questions and Solutions from different Programming Module of [*Hackerrank*](https://www.hackerrank.com/dashboard)
![HackerRank Logo](https://hrcdn.net/fcore/assets/work/header/hackerrank_logo-21e2867566.svg)
Welcome to my HackerRank Prepare Section Solutions repository! Here, you'll find my solutions to various problems from the HackerRank Prepare section, categorized by programming languages and topics. This repository serves as a resource for fellow programmers seeking to enhance their skills and practice problem-solving on HackerRank.
## About HackerRank
[HackerRank](https://www.hackerrank.com/) is a widely used platform for practicing coding challenges, technical assessments, and competitive programming. The "Prepare" section offers a range of problems in various domains, allowing programmers to improve their skills in specific languages and topics.
## Repository Structure
The repository is organized based on programming languages and topics covered in the HackerRank Prepare section. Each category has its own directory containing solutions to problems related to that language or topic. The structure is as follows:
```
- Algorithms/
- problem1.c
- problem2.c
- ...
- C/
- problem1.c
- problem2.c
- ...
- C++/
- problem3.cpp
- problem4.cpp
- ...
- Java/
- problem5.java
- problem6.java
- ...
- Python/
- problem7.py
- problem8.py
- ...
- SQL/
- problem9.sql
- problem10.sql
- ...
```## Getting Started
If you're interested in exploring my solutions, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/yourusername/HackerRank-Prepare-Solutions.git
```2. Navigate to the directory corresponding to the programming language or topic you're interested in.
3. Open the solution files in your preferred programming language to study the code and approach used.
4. Feel free to modify and experiment with the solutions to deepen your understanding.
## Contributing
While this repository primarily contains my solutions, I welcome contributions in the form of additional solutions, optimization techniques, or explanations. If you'd like to contribute, follow these steps:
1. Fork the repository to your GitHub account.
2. Create a new branch for your contributions:
```bash
git checkout -b feature/add-solution
```3. Add your solution file to the appropriate directory.
4. Commit your changes:
```bash
git commit -m "Add solution to problemX"
```5. Push the changes to your forked repository:
```bash
git push origin feature/add-solution
```6. Open a pull request on GitHub, describing the problem and your solution.
## Contact
If you have any questions or want to connect, feel free to reach out:
- GitHub: [arindal1](https://github.com/arindal1)
- HackerRank: [Arindal](https://www.hackerrank.com/arindalchar17)
- LinkedIn: [Arindal](https://www.linkedin.com/in/arindalchar/)Happy coding and learning! 🚀
[*Prepare Java*](https://www.hackerrank.com/domains/java?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=java) ||
[*Prepare Python*](https://www.hackerrank.com/domains/python?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=python) ||
[*Prepare C*](https://www.hackerrank.com/domains/c?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=c) ||
[*Problem Solving*](https://www.hackerrank.com/domains/algorithms?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=problem-solving) ||
[*Prepare C++*](https://www.hackerrank.com/domains/cpp) ||
[*Prepare SQL*](https://www.hackerrank.com/domains/sql?filters%5Bstatus%5D%5B%5D=unsolved&badge_type=sql)