Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loggerhead/hackerrank_solutions

My solutions of hackerrank
https://github.com/loggerhead/hackerrank_solutions

Last synced: about 1 month ago
JSON representation

My solutions of hackerrank

Awesome Lists containing this project

README

        

The problem link is

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

```shell
# 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
```