Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loggerhead/hackerrank_solutions
- Owner: loggerhead
- Created: 2015-08-30T01:15:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T09:47:16.000Z (about 9 years ago)
- Last Synced: 2023-08-05T17:11:13.232Z (over 1 year ago)
- Language: Erlang
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```