Skip to content

Solutions to Challenges in HackerRank. Python v3.6/v2.7 and C++

License

Notifications You must be signed in to change notification settings

aviral36/HackerRank-Solutions

Repository files navigation

HackerRank Solutions

"You can't trust the code that you did not totally create youself."
- Ken Thompson


Hit-Counter GitHub contributors made-with-python PRs Welcome


This repository contains solutions to problems given on HackerRank. All the codes are written on Python 3 and C++ and pass all the test cases of HackerRank.

Solutions are segregated according to tracks in HackerRank. At present, there are solutions to rated contests like University Codesprint apart from unrated contests like Project Euler. Contributors are always welcome!

Contributions

Anyone with a basic knowledge of Python can contribute towards this repository. To contribute:

  • Clone HackerRank-Solutions to your Github account.
  • Add new files/solutions to your HackerRank-Solutions clone repository.
  • Make a pull request to this repository.

Once the pull request gets accepted, your update will be reflected on this repository. I will try to merge pull requests within a week.

Opening an issue

In case a code fails to clear a test-case, the same is reported by opening an issue regarding the failure. Before opening an issue, check whether the same is already addressed or not. Keep in mind to include the problem title in the issue title to ease searching and resolving. Include other necessary information in the issue statement. You are free to resolve any issue, even if it isn't your own.

hackerrank-logo