Skip to content

Commit 5118e82

Browse files
authored
Add 2025 community solutions (#936)
1 parent 9a376ac commit 5118e82

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

docs/2025/puzzles/day01.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def part2(input: String) =
301301
- [Solution](https://github.com/Jannyboy11/AdventOfCode2025/blob/master/src/main/scala/day01/Day01.scala) by [Jan Boerman](https://x.com/JanBoerman95)
302302
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/01/solution.scala) by [nichobi](https://codeberg.org/nichobi)
303303
- [Solution](https://github.com/guycastle/advent_of_code/blob/main/src/main/scala/aoc2025/day01/DayOne.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
304+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)
304305

305306
Share your solution to the Scala community by editing this page.
306307
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day02.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def invalid2(id: Long): Boolean =
118118
- [Solution](https://github.com/Jannyboy11/AdventOfCode2025/blob/master/src/main/scala/day02/Day02.scala) by [Jan Boerman](https://x.com/JanBoerman95)
119119
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/02/solution.scala) by [nichobi](https://codeberg.org/nichobi)
120120
- [Solution](https://github.com/guycastle/advent_of_code/blob/main/src/main/scala/aoc2025/day02/DayTwo.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
121+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)
121122

122123
Share your solution to the Scala community by editing this page.
123124
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ def part2(input: String): Long = process(12)(input)
133133
- [Solution](https://github.com/guycastle/advent_of_code/blob/main/src/main/scala/aoc2025/day03/DayThree.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
134134
- [Solution](https://github.com/counter2015/aoc2025/blob/master/src/main/scala/aoc2025/Day03.scala) by [counter2015](https://github.com/counter2015)
135135
- [Writeup](https://thedrawingcoder-gamer.github.io/aoc-writeups/2025/day03.html) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
136+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)
136137

137138
Share your solution to the Scala community by editing this page.
138139
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day04.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def drawGrid(grid: Array[Array[Char]]): String =
249249
- [Solution](https://github.com/johnduffell/aoc-2025/blob/main/src/main/scala/Day4.scala) by [John Duffell](https://github.com/johnduffell)
250250
- [Solution](https://github.com/Jannyboy11/AdventOfCode2025/blob/master/src/main/scala/day04/Day04.scala) by [Jan Boerman](https://x.com/JanBoerman95)
251251
- [Solution](https://github.com/counter2015/aoc2025/blob/master/src/main/scala/aoc2025/Day04.scala) by [counter2015](https://github.com/counter2015)
252+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)
252253

253254
Share your solution to the Scala community by editing this page.
254255
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day05.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ def part2(input: String): Long =
253253
- [Solution](https://github.com/henryk-cesnolovic/advent-of-code-2025/blob/main/d5/solution.scala) by [Henryk Česonlovič](https://github.com/henryk-cesnolovic)
254254
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day5.scala) by [Yann Moisan](https://github.com/YannMoisan)
255255
- [Solution](https://github.com/counter2015/aoc2025/blob/master/src/main/scala/aoc2025/Day05.scala) by [counter2015](https://github.com/counter2015)
256+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)
256257

257258
Share your solution to the Scala community by editing this page.
258259
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day06.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def part2(input: String): Long =
251251
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day06.scala) by [Philippus Baalman](https://github.com/philippus)
252252
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day6.scala) by [Yann Moisan](https://github.com/YannMoisan)
253253
- [Solution](https://github.com/counter2015/aoc2025/blob/master/src/main/scala/aoc2025/Day06.scala) by [counter2015](https://github.com/counter2015)
254+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)
254255

255256
Share your solution to the Scala community by editing this page.
256257
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day07.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ override def part2(input: String): Long =
271271
- [Solution](https://github.com/YannMoisan/advent-of-code/blob/master/2025/src/main/scala/Day7.scala) by [Yann Moisan](https://github.com/YannMoisan)
272272
- [Solution](https://github.com/Jannyboy11/AdventOfCode2025/blob/master/src/main/scala/day07/Day07.scala) by [Jan Boerman](https://x.com/JanBoerman95)
273273
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day07.scala) by [Antoine Amiguet](https://github.com/aamiguet)
274+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)
274275

275276
Share your solution to the Scala community by editing this page.
276277
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day08.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ Thanks to the [Scala.js](https://www.scala-js.org/) build, you can also experime
130130
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2025/Day08.scala) by [Philippus Baalman](https://github.com/philippus)
131131
- [Solution](https://github.com/aamiguet/advent-2025/blob/main/src/main/scala/ch/aamiguet/advent2025/Day08.scala) by [Antoine Amiguet](https://github.com/aamiguet)
132132
- [Solution](https://codeberg.org/nichobi/adventofcode/src/branch/main/2025/08/solution.scala) by [nichobi](https://nichobi.com)
133+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)
133134

134135
Share your solution to the Scala community by editing this page.
135136
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day09.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ val part2(input: String): Long =
191191

192192
- [Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2025/Day09.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared)
193193
- [Live solve recording](https://www.youtube.com/live/59KJcRlxvEE?t=2645s) by [Stewart Stewart](https://youtube.com/@stewSquared)
194+
- [Solution (part 1)](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)
194195

195196
Share your solution to the Scala community by editing this page.
196197
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

docs/2025/puzzles/day10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ https://adventofcode.com/2025/day/10
1010

1111
- [Solution](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2025/day10.scala) (and
1212
[ILP Alternative](https://github.com/merlinorg/advent-of-code/blob/main/src/main/scala/year2025/day10alt.scala)) by [merlin](https://github.com/merlinorg/)
13+
- [Solution (part 1)](https://github.com/AvaPL/Advent-of-Code-2025/tree/main/src/main/scala/day10/puzzle1) by [Paweł Cembaluk](https://github.com/AvaPL)
1314

1415
Share your solution to the Scala community by editing this page.
1516
You can even write the whole article! [Go here to volunteer](https://github.com/scalacenter/scala-advent-of-code/discussions/842)

0 commit comments

Comments
 (0)