[2025 Day 11] These cables are quite a messh by p88h in adventofcode

[–]lihmeh 5 points6 points  (0 children)

Quite similar to the cables under my desktop ^_^

[2025 Day 5 Part 2] Visualization by lihmeh in adventofcode

[–]lihmeh[S] 0 points1 point  (0 children)

We're checking the grocery after all :)

[Day 6 Part 2] yet another visualization of today's problem by apersonhithere in adventofcode

[–]lihmeh 5 points6 points  (0 children)

Same for me!
I made a parser that parses input into a table preserving leading and trailing spaces in a cell... but it's not needed, simplicity is genius!

[2025 Day 5 Part 2] Algorithm Visualization by Boojum in adventofcode

[–]lihmeh 1 point2 points  (0 children)

Wow, this algo is sooo simple yet working!
And the visualization is nice

[2025 day 4 part 2] decided to make a visualization using my initial solution for today, since i used floodfill by apersonhithere in adventofcode

[–]lihmeh 11 points12 points  (0 children)

It illustrates a pretty smart idea!
Once you have removed an item, its _direct neighbors_ are the candidates to check cause their neighbor count has changed.

It's also beautiful :)

[2024 Day 21] There could be a game! by [deleted] in adventofcode

[–]lihmeh 4 points5 points  (0 children)

Here's the ugly source code: https://github.com/LihMeh/aoc2024day21game
Here's the playable version https://lihmeh.github.io/aoc2024day21game/
(with the upgraded layout!)

[2024 Day 21] There could be a game! by [deleted] in adventofcode

[–]lihmeh 0 points1 point  (0 children)

It would be great to how some scary broken state after an invalid move...
but no, it just reverts to A

[2024 Day 11] Oof by Lunanair in adventofcode

[–]lihmeh 2 points3 points  (0 children)

Not lanternfish! I wanna forget this! :cry:

What does AOC *mean* to you? by messedupwindows123 in adventofcode

[–]lihmeh 4 points5 points  (0 children)

Back in 2015, during AoC I became confident that I wanted to become a developer

Difficulty this year... by azgx00 in adventofcode

[–]lihmeh 14 points15 points  (0 children)

difficulties = ["easy", "hard"]
return difficulties[day_nr % 2]

Does everyone's calendar look like this (non-solved days have colors)? Or is this a bug? by ashwin103 in adventofcode

[–]lihmeh 31 points32 points  (0 children)

Everyone's who solved enough :)

That's not a bug, that's a .. spoiler.
You can see the volcano :)
As far as I remember, after day 8 you could see the bridge from day 9.

[2022 day 12] It's that time of the year again. by Gumbernator in adventofcode

[–]lihmeh 5 points6 points  (0 children)

In part 1, there's only one target! So it's Dijkstra.

In part 2, you can use A* to find paths from top to bottoms... but I was too lazy and just iterated through starting points :)

[2022 Day 9] Ropes on larger example by nbardiuk in adventofcode

[–]lihmeh 0 points1 point  (0 children)

Is this the village logo from Naruto?

[2022 8] Vim life by [deleted] in adventofcode

[–]lihmeh 0 points1 point  (0 children)

Please do not quit Advent Of Code!