on The media controls on my car. Previous and Next are Up and Down. Volume Up and Down are Right and Left. · c/mildlyinfuriating · 1 pts · 2yCars should come with ✖️⭕🟪🔺
on STOP WRITING C · c/programmerhumor · 13 pts · 2ySearch for leak in sudo's changelog: https://www.sudo.ws/releases/changelog/
on 🍵 - 2023 DAY 17 SOLUTIONS -🍵 · c/advent_of_code · 2 pts · 2yPython https://github.com/massahud/advent-of-code-2023/blob/main/day17/day17.ipynb
on ❄️ - 2023 DAY 10 SOLUTIONS -❄️ · c/advent_of_code · 1 pts · 2yMaybe 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.
on ❄️ - 2023 DAY 10 SOLUTIONS -❄️ · c/advent_of_code · 1 pts · 2yLanguage: 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.
on 🎁 - 2023 DAY 5 SOLUTIONS -🎁 · c/advent_of_code · 2 pts · 2yLanguage: Python Github Catching up missed days.
on ☃️ - 2023 DAY 4 SOLUTIONS -☃️ · c/advent_of_code · 2 pts · 2yLanguage: Python Github Catching up missed days.
on The ISOLATOR, invention from 1925 · c/historyporn · 3 pts · 2yThe grandfather of noise canceling headphones.
on ❄️ - 2023 DAY 3 SOLUTIONS -❄️ · c/advent_of_code · 2 pts · 2yPython, used a number map to search positions near symbols. https://github.com/massahud/advent-of-code-2023/blob/main/day03/day03.ipynb
on 🦌 - 2023 DAY 2 SOLUTIONS -🦌 · c/advent_of_code · 2 pts · 2yPython, 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
Cars should come with ✖️⭕🟪🔺
Search for leak in sudo's changelog: https://www.sudo.ws/releases/changelog/
Python https://github.com/massahud/advent-of-code-2023/blob/main/day17/day17.ipynb
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.
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.
Language: Python
Github
Catching up missed days.
Language: Python
Github
Catching up missed days.
Language: Python
Github
The grandfather of noise canceling headphones.
Python, used a number map to search positions near symbols.
https://github.com/massahud/advent-of-code-2023/blob/main/day03/day03.ipynb
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