bwinf-42-1/README.md

23 lines
740 B
Markdown
Raw Permalink Normal View History

2023-09-13 16:26:07 +00:00
# BundesWettbewerbINFormatik 42.1
## Ideas
### St. Egano
This is going to be so straight forward, that I've no clue how to come up with an idea for this lol.
### Zauberschule
The idea is to create a graph and just solve the thing with dijkstra.
In this graph, every field of the maps is represented as a node.
Every node is connected to the nodes next to it and the node with the same index on the other map.
For connections on the same map, the gravity is 1.
For connections to the other map, the gravity is 3.
And, voila, now we have a graph to run dijkstra on.
### Nandu
The blocks represent logic gates.
- __White__: NAND
- __Red__: NOT
- __Blue__: Just copies the signal
The idea is to _just simulate™_ these logic flows.