Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rootulp/hackerrank

:pencil2: Hackerrank solutions
https://github.com/rootulp/hackerrank

hackerrank java problems python ruby

Last synced: 9 days ago
JSON representation

:pencil2: Hackerrank solutions

Awesome Lists containing this project

README

        

# Hackerrank

[![License](https://img.shields.io/:license-mit-blue.svg)](https://rootulp.mit-license.org)

[Hackerrank](https://www.hackerrank.com) solutions

## Getting Started

If you are new to hackerrank, you can get started at [hackerrank.com](https://www.hackerrank.com).

## Code Style

| language | code style & linter | command |
|--------------|--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|
| java | [![Code Style](https://img.shields.io/badge/code%20style-google%20java%20format-orange)](https://github.com/google/google-java-format) | `java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r` |
| javascript | [![Code Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | `prettier ` |
| python | [![Code Style](https://img.shields.io/badge/code_style-pep8-blue.svg)](https://www.python.org/dev/peps/pep-0008/) | `pycodestyle .` or `autopep8 --in-place --aggressive --aggressive --recursive .` |
| ruby | [![Code Style](https://img.shields.io/badge/code_style-rubocop-red.svg)](https://github.com/bbatsov/rubocop) | `rubocop .` |

## Contribute

I'd appreciate any feedback via [issues](https://github.com/rootulp/hackerrank/issues/new).