TheJavaGuy / HackerRankSolutions

Solutions to HackerRank Algorithms problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. About HackerRankSolutions

HackerRankSolutions is a collection of all solutions I've written so far for HackerRank problems. I've used Java. My goal was to write code which is:

  • correct
  • fast enough to pass all test cases
  • readable, unlike most of the solutions to this type of programming problems

2. License

HackerRankSolutions is licensed under GPLv3 license.

3. How to contact author

If you have a question or issue with HackerRankSolutions itself please use Issues link. If you want to talk about anything else, I'm @_The_Java_Guy_ on Twitter.

About

Solutions to HackerRank Algorithms problems

License:GNU General Public License v3.0


Languages

Language:Java 100.0%