DEV Community

Discussion on: AoC Day 13: Mine Cart Madness

Collapse
 
neilgall profile image
Neil Gall

Really interesting how yours is very much the same concept as mine but Pythonic rather than Kotlin-ic!

github.com/neilgall/adventofcode20...

Collapse
 
jmgimeno profile image
Juan Manuel Gimeno

One idea I want to explore (I don't know when) is to substitute most of the functions with dictionaries and func calls by lookups. I think this way I can represent the movements in a way similar to a rule system.