[-] Massahud@programming.dev 2 points 8 months ago

Cars should come with โœ–๏ธโญ•๐ŸŸช๐Ÿ”บ

[-] Massahud@programming.dev 12 points 8 months ago

Search for leak in sudo's changelog: https://www.sudo.ws/releases/changelog/

[-] Massahud@programming.dev 1 points 9 months ago* (last edited 9 months ago)

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.

[-] Massahud@programming.dev 1 points 9 months ago

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.

[-] Massahud@programming.dev 2 points 9 months ago

Language: Python

Github

Catching up missed days.

[-] Massahud@programming.dev 2 points 9 months ago

Language: Python

Github

Catching up missed days.

[-] Massahud@programming.dev 2 points 9 months ago

Language: Python

Github

[-] Massahud@programming.dev 3 points 9 months ago

The grandfather of noise canceling headphones.

[-] Massahud@programming.dev 3 points 9 months ago
[-] Massahud@programming.dev 2 points 9 months ago* (last edited 9 months ago)

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

view more: next โ€บ

Massahud

joined 9 months ago