Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.68 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.68 KB

Hackerrank

License

Hackerrank solutions

Getting Started

If you are new to hackerrank, you can get started at hackerrank.com.

Code Style

language code style & linter command
java Code Style java -jar google-java-format-1.8-all-deps.jar -r ./**/src/main/java/*.java -r
javascript Code Style prettier <file>
python Code Style pycodestyle . or autopep8 --in-place --aggressive --aggressive --recursive .
ruby Code Style rubocop .

Contribute

I'd appreciate any feedback via issues.