Day 6: Guard Gallivant

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

  • Leavingoldhabits@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    5 days ago

    Not who you asked but: I save coordinates and direction into a vector each time the guard faces a #. Also every time the guard faces a #, I check if the position exists in the vector, if true, it’s an infinite loop. 78ms rust aolution.

    • CameronDevOPM
      link
      fedilink
      arrow-up
      1
      ·
      5 days ago

      That’s probably quite optimal, compared with checking every state in the path, or running off a fixed number of steps