My solution is not so short, clean, nice as soluti...
# advent-of-code
j
My solution is not so short, clean, nice as solutions with regular expressions, but it can be used for big data because it calculates everything during data reading. https://github.com/JanVomlel/advent2017/blob/master/src/Day9.kt
👍 2
a
Hi Jan, that is quite similar to my approach. I have just used the
Copy code
when
to replace the
Copy code
if ... else...
expressions