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
- Host: GitHub
- URL: https://github.com/ivan-magda/hackerrank-challenges
- Owner: ivan-magda
- Created: 2017-05-24T06:04:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T08:10:54.000Z (about 6 years ago)
- Last Synced: 2025-03-24T10:05:09.700Z (about 1 month ago)
- Topics: algorithms, data-structures, hackerrank, hackerrank-challenges, hackerrank-solutions
- Language: Java
- Homepage: https://www.hackerrank.com
- Size: 6.86 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.