An open API service indexing awesome lists of open source software.

https://github.com/ivan-magda/hackerrank-challenges

Solutions that I come up with for the hackerrank challenges
https://github.com/ivan-magda/hackerrank-challenges

algorithms data-structures hackerrank hackerrank-challenges hackerrank-solutions

Last synced: 20 days ago
JSON representation

Solutions that I come up with for the hackerrank challenges

Awesome Lists containing this project

README

        

# HackerRank Challenges

This is repository where I will be posting the solutions that I come up with for the [HackerRank](https://www.hackerrank.com) challenges.
Also, It's a home for elegant solutions to problems found on [HackerRank](https://www.hackerrank.com), designed to help you improve with both domain problems and contests. In addition to solutions, you will also find a list of [resources](./res) and [code references](./code-references).

#### Subdomains:
- [C++](./src/cpp)
- [SQL](./src/sql)
- [Java](./src/java)
- [Algorithms](./src/algorithms)
- [Challenges](./src/challenges)
- [Project Euler](./src/projecteuler)
- [Data Structures](./src/data-structures)
- [30 Days of Code](./src/30-days-of-code)
- [10 Days of Statistics](./src/10-days-of-statistics)
- [Cracking the Coding Interview](./src/cracking-the-coding-interview)
* [Resources](./res)
* [Code Reference](./src/code-references)
* [Practice Problems](./src/practice-problems)

## Contributing

Contributions are always appreciated 👍

- Open an issue to request help with a specific HackerRank problem.
- Make a pull request if you'd like to add a solution yourself.