muhammedaydogan / hackerrank-solutions

Solution of hackerrank problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Solutions for HackerRank Problems

An awesome solution library that I enjoy contributing!
My Medium Profile for Solution Explanations

My HackerRank Profile · Report A Problem · Suggest Anything

Table of Contents
  1. About The Project
  2. Usage
  3. Contributing
  4. License
  5. Contact

About The Project

I enjoy playing with brain-melting problems, it's one of my passions. So, I wanted to share my experiences. I wanted this repo to be like my diary and library. Like my own territory where I just do what I want to do. Sometimes if I need or wish, I will write to medium.

Of course, I make mistakes sometimes even if I hit all the test cases rapidly. I take these problems a bit seriously. If you want to correct me or make a contribution, you are more than welcome. So, don't hesitate to open an issue or pull request. Thanks in advance.

Usage

To speed up environment related things, I'm using input and output files instead of System.in and System.out. To replace that you can just do the following

  1. Navigate to desired folder
  2. Run this code
    sh script.sh

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "improvement". If you are interested and you liked a solution here, don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingProblem)
  3. Commit your Changes, maybe add new files. (git commit -m 'Add some AmazingApproach for AmazingProblem')
  4. Push to the Branch (git push origin feature/AmazingProblem)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

twitter @muhammedaydogan
linkedin @muhammed-aydogan-22b31b179

(back to top)

About

Solution of hackerrank problems

License:MIT License


Languages

Language:Java 96.1%Language:Shell 3.9%