You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day17.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ def search(next: StateTransform)(using Grid): Int =
324
324
## Solutions from the community
325
325
326
326
-[Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2023/Day17.worksheet.sc) by [stewSquared](https://github.com/stewSquared)
327
-
-[Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day17.scala) by [merlin](https://github.com/merlinorg/)
327
+
-[Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2023/day17.scala) by [merlin](https://github.com/merlinorg/)
328
328
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day17.scala) by [Rui Alves](https://github.com/xRuiAlves/)
329
329
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day17.scala) by [Jamie Thompson](https://github.com/bishabosha)
330
330
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day17) by [Paweł Cembaluk](https://github.com/AvaPL)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day08.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ end part2
143
143
-[Solution](https://github.com/nichobi/advent-of-code-2024/blob/main/08/solution.scala) by [nichobi](https://github.com/nichobi)
144
144
-[Solution](https://github.com/jnclt/adventofcode2024/blob/main/day08/resonant-collinearity.sc) by [jnclt](https://github.com/jnclt)
145
145
-[Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day08.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
146
-
-[Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day8.scala) by [merlinorg](https://github.com/merlinorg)
146
+
-[Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2024/day08.scala) by [merlinorg](https://github.com/merlinorg)
147
147
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day08.scala) by [Philippus Baalman](https://github.com/philippus)
148
148
-[Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day8.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
149
149
-[Solution](https://github.com/itsjoeoui/aoc2024/blob/main/src/day08.scala) by [itsjoeoui](https://github.com/itsjoeoui)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day12.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ def part2(input: String): Int = {
372
372
## Solutions from the community
373
373
-[Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D12T2.scala) by [Artem Nikiforov](https://github.com/nikiforo)
374
374
-[Solution](https://github.com/rmarbeck/advent2024/blob/main/day12/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
375
-
-[Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day12.scala) by [merlinorg](https://github.com/merlinorg)
375
+
-[Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2024/day12.scala) by [merlinorg](https://github.com/merlinorg)
376
376
-[Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day12.scala) by [Antoine Amiguet](https://github.com/aamiguet)
377
377
-[Solution](https://github.com/makingthematrix/AdventOfCode2024/blob/main/src/main/scala/io/github/makingthematrix/AdventofCode2024/DayTwelve.scala) by [Maciej Gorywoda](https://github.com/makingthematrix)
378
378
-[Solution](https://github.com/spamegg1/aoc/blob/master/2024/12/12.worksheet.sc#L191) by [Spamegg](https://github.com/spamegg1/)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day13.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ def part2(input: String): Long =
221
221
-[Solution](https://github.com/spamegg1/aoc/blob/master/2024/13/13.worksheet.sc#L109) by [Spamegg](https://github.com/spamegg1)
222
222
-[Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day13.scala) by [Antoine Amiguet](https://github.com/aamiguet)
223
223
-[Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day13.scala) by [scarf](https://github.com/scarf005)
224
-
-[Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day13.scala) by [merlinorg](https://github.com/merlinorg)
224
+
-[Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2024/day13.scala) by [merlinorg](https://github.com/merlinorg)
225
225
-[Solution](https://gist.github.com/mbovel/f26d82b2fd3d46cb55520268994371f8) by [mbovel](https://github.com/mbovel)
226
226
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day13.scala) by [Philippus Baalman](https://github.com/philippus)
227
227
-[Solution](https://github.com/jnclt/adventofcode2024/blob/main/day13/claw-contraption.sc) by [jnclt](https://github.com/jnclt)
Copy file name to clipboardExpand all lines: docs/2024/puzzles/day15.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ object Day15:
398
398
399
399
## Solutions from the community
400
400
-[Solution](https://github.com/nikiforo/aoc24/blob/main/src/main/scala/io/github/nikiforo/aoc24/D15T2.scala) by [Artem Nikiforov](https://github.com/nikiforo)
401
-
-[Solution](https://github.com/merlinorg/aoc2024/blob/main/src/main/scala/Day15.scala) by [merlinorg](https://github.com/merlinorg)
401
+
-[Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2024/day15.scala) by [merlinorg](https://github.com/merlinorg)
402
402
-[Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day15.scala) by [Antoine Amiguet](https://github.com/aamiguet)
403
403
-[Solution](https://github.com/AlexMckey/AoC2024_Scala/blob/master/src/year2024/day15.scala) by [Alex Mc'key](https://github.com/AlexMckey)
404
404
-[Solution](https://github.com/rmarbeck/advent2024/blob/main/day15/src/main/scala/Solution.scala) by [Raphaël Marbeck](https://github.com/rmarbeck)
0 commit comments