Skip Navigation
STOP WRITING C
  • Search for leak in sudo's changelog: https://www.sudo.ws/releases/changelog/

  • ❄️ - 2023 DAY 10 SOLUTIONS -❄️
  • Maybe you are adding the same point multiple times to to_visit. I don't know ruby but couldn't see a check for visited points before adding, and to_visit appears to be an array instead of set, which can store the same point multiple times.

  • ❄️ - 2023 DAY 10 SOLUTIONS -❄️
  • Language: Python

    Github

    Decided to use a graph to solve (which expanded the size). Part 1 was cycle detection, and part 2 was flooding of the outside.

  • 🎁 - 2023 DAY 5 SOLUTIONS -🎁
  • Language: Python

    Github

    Catching up missed days.

  • β˜ƒοΈ - 2023 DAY 4 SOLUTIONS -β˜ƒοΈ
  • Language: Python

    Github

    Catching up missed days.

  • The ISOLATOR, invention from 1925
  • The grandfather of noise canceling headphones.

  • 🦌 - 2023 DAY 2 SOLUTIONS -🦌
  • Python, interesting that the readMax function that I created on part 1 was also what I needed for part 2. https://github.com/massahud/advent-of-code-2023/blob/main/day02/day02.ipynb

  • Massahud Massahud @programming.dev
    Posts 0
    Comments 11