Skip to content

rootulp/hackerrank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.