Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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