Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furstenheim/tuenti-challenge-9
Solutions to some of the problems from the tuenti challenge from 2019
https://github.com/furstenheim/tuenti-challenge-9
Last synced: 5 days ago
JSON representation
Solutions to some of the problems from the tuenti challenge from 2019
- Host: GitHub
- URL: https://github.com/furstenheim/tuenti-challenge-9
- Owner: furstenheim
- Created: 2019-05-11T08:37:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T08:42:59.000Z (over 5 years ago)
- Last Synced: 2024-05-01T14:19:16.816Z (8 months ago)
- Language: Go
- Size: 1.01 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tuenti challenge 9 (2019)
Solution to some of the problems in the challenge in either go or node.
#### Challenges
You can find the challenges [here](https://contest.tuenti.net/Challenges) or [here](https://contest.tuenti.net/resources/2019/Question_1.html)#### How to
All problems accept from stdin and print solutions to stdout. So if `input.txt` is a
file with the input for a problem one can do:cat input.txt | go run main.go > output.txt