Skip to content

loggerhead/hackerrank_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The problem link is https://www.hackerrank.com/RELATIVE_PATH/FILENAME

Run

Erlang

Hankerrank has some problems about time measure on erlang, so there has some solutions not included in this repo.

# file name must same as module name
ln -f FILENAME.erl solution.erl
# compile, run `solution:main()` and wait input from stdin
erlc solution.erl && cat | erl -noshell -s solution main
# press `CTRL+D` to enter EOF for ending input

About

My solutions of hackerrank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published