advent-of-code/2020/solutions/8
cupcakearmy e88c99bb86
move to 2020 fodler
2021-12-01 11:43:46 +01:00
..
python move to 2020 fodler 2021-12-01 11:43:46 +01:00
README.md move to 2020 fodler 2021-12-01 11:43:46 +01:00
data.txt move to 2020 fodler 2021-12-01 11:43:46 +01:00
test.txt move to 2020 fodler 2021-12-01 11:43:46 +01:00

README.md

8

Keep getting better! Today we write a little state machine, love it.

So firstly we remember what oc (Operation Counter) we have already visited and if so we simply stop and return the accumulator.

For I basically run the code many times, inverting nop to jmp and vice versa until i found a working instruction set.

Solutions
  1. 1087
  2. 780