Skip to content

Commit db7f52d

Browse files
Day18: Add another solution
Decided to (re)learn scala-graph. That was worth it.
1 parent aac6d54 commit db7f52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2024/puzzles/day18.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ def part2(str: String): Vec2i =
179179
- [Solution](https://github.com/jnclt/adventofcode2024/blob/main/day18/ram-run.sc) by [jnclt](https://github.com/jnclt)
180180
- [Solution](https://github.com/aamiguet/advent-2024/blob/main/src/main/scala/ch/aamiguet/advent2024/Day18.scala) by [Antoine Amiguet](https://github.com/aamiguet)
181181
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day18) by [Paweł Cembaluk](https://github.com/AvaPL)
182+
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/main/src/aoc2024/Day18.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
182183

183184
Share your solution to the Scala community by editing this page.
184185
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)

0 commit comments

Comments
 (0)