Skip Navigation
Jump
The media controls on my car. Previous and Next are Up and Down. Volume Up and Down are Right and Left.
  • Cars should come with βœ–οΈβ­•πŸŸͺπŸ”Ί

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

    13
  • Jump
    ❄️ - 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.

    1
  • Jump
    ❄️ - 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.

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

    Github

    Catching up missed days.

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

    Github

    Catching up missed days.

    2
  • Jump
    🦌 - 2023 DAY 9 SOLUTIONS -🦌
  • Language: Python

    Github

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

    3
  • Jump
    🦌 - 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

    2