/hackerrank-solutions

Includes solution if hacker rank problems

Primary LanguageJava

HackerRank Solutions in Java

This repository contains my solutions in Java to problems from HackerRank coding challenges. All solutions are implemented using Java version 11.

Table of Contents

Introduction

HackerRank is a popular online platform for learning and practicing coding skills. It provides challenges in various domains such as algorithms, data structures, mathematics, artificial intelligence, and more.

This repository contains my solutions in Java to various problems from HackerRank. I hope it can be helpful to anyone who is learning Java and wants to practice their problem-solving skills.

Usage

To run any of the solutions in this repository, simply navigate to the respective directory and run the following command in your terminal:

$ javac Solution.java

$ java Solution

Replace Solution with the name of the Java file you want to run.

Solutions

Here's a list of all the solutions in this repository:

  • Problem 1: Brief description of the problem and solution.
  • Problem 2: Brief description of the problem and solution.
  • Problem 3: Brief description of the problem and solution.
  • ...

Each solution directory contains the Java source code (Solution.java) and a README file that explains the problem statement, input format, output format, and constraints.

Contributing

If you find any errors or have a better solution to any of the problems, feel free to submit a pull request or open an issue. I'm always open to feedback and suggestions.

Happy coding!