Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rootulp/hackerrank
- Owner: rootulp
- License: mit
- Created: 2014-10-21T21:28:43.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T16:01:34.000Z (over 2 years ago)
- Last Synced: 2023-08-13T06:01:45.409Z (over 1 year ago)
- Topics: hackerrank, java, problems, python, ruby
- Language: Python
- Homepage: https://hackerrank.com/rootulp
- Size: 3.22 MB
- Stars: 20
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).