Massahud

joined 1 year ago
[–] Massahud@programming.dev 1 points 1 year ago

Cars should come with ✖️⭕🟪🔺

[–] Massahud@programming.dev 13 points 1 year ago (5 children)

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

[–] Massahud@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

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 1 year 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 1 year ago

Language: Python

Github

Catching up missed days.

[–] Massahud@programming.dev 2 points 1 year ago

Language: Python

Github

Catching up missed days.

[–] Massahud@programming.dev 2 points 1 year ago

Language: Python

Github