Skip to content

Commit aac6d54

Browse files
authored
Add my community solutions for 2024. (#820)
1 parent eb031b2 commit aac6d54

25 files changed

+25
-0
lines changed

docs/2024/puzzles/day01.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end part2
8888
- [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day01.scala) by [Georgi Krastev](https://github.com/joroKr21)
8989
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day1.scala) by [Joshua Portway](https://github.com/jportway)
9090
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day1.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
91+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)
9192

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

docs/2024/puzzles/day02.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def part2(input: String): Int = parse(input).count(_.isDampenedSafe)
107107
- [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day02.scala) by [Georgi Krastev](https://github.com/joroKr21)
108108
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day2.scala) by [Joshua Portway](https://github.com/jportway)
109109
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day2.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
110+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)
110111

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

docs/2024/puzzles/day03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ object DayThree:
156156
- [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day03.scala) by [Georgi Krastev](https://github.com/joroKr21)
157157
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day3.scala) by [Joshua Portway](https://github.com/jportway)
158158
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day3.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
159+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)
159160

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

docs/2024/puzzles/day04.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def totalMAS(grid: Grid): Int =
303303
- [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day04.scala) by [Georgi Krastev](https://github.com/joroKr21)
304304
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day4.scala) by [Joshua Portway](https://github.com/jportway)
305305
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day4.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
306+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)
306307

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

docs/2024/puzzles/day05.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def part2(input: String) =
214214
- [Solution](https://github.com/profunctor-optics/advent-2024/blob/main/src/main/scala/advent2024/Day05.scala) by [Georgi Krastev](https://github.com/joroKr21)
215215
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day5.scala) by [Joshua Portway](https://github.com/jportway)
216216
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day5.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
217+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)
217218

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

docs/2024/puzzles/day06.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ https://adventofcode.com/2024/day/6
229229
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day6.scala) by [Joshua Portway](https://github.com/jportway)
230230
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day06.scala) by [Philippus Baalman](https://github.com/philippus)
231231
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day6.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
232+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)
232233

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

docs/2024/puzzles/day07.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ end part2
108108
- [Solution](https://github.com/jportway/advent2024/blob/master/src/main/scala/Day7.scala) by [Joshua Portway](https://github.com/jportway)
109109
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day7.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
110110
- [Solution](https://github.com/itsjoeoui/aoc2024/blob/main/src/day07.scala) by [itsjoeoui](https://github.com/itsjoeoui)
111+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)
111112

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

docs/2024/puzzles/day08.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ end part2
147147
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day08.scala) by [Philippus Baalman](https://github.com/philippus)
148148
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day8.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
149149
- [Solution](https://github.com/itsjoeoui/aoc2024/blob/main/src/day08.scala) by [itsjoeoui](https://github.com/itsjoeoui)
150+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)
150151

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

docs/2024/puzzles/day09.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,5 +322,6 @@ def part2(input: String): Long =
322322
- [Solution](https://github.com/rolandtritsch/scala3-aoc-2024/blob/trunk/src/aoc2024/Day09.scala) by [Roland Tritsch](https://github.com/rolandtritsch)
323323
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day9.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
324324
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day09.scala) by [Philippus Baalman](https://github.com/philippus)
325+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)
325326

326327
Share your solution to the Scala community by editing this page.

docs/2024/puzzles/day10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ throw away duplicate counts.
159159
- [Solution](https://github.com/scarf005/aoc-scala/blob/main/2024/day10.scala) by [scarf](https://github.com/scarf005)
160160
- [Solution](https://github.com/TheDrawingCoder-Gamer/adventofcode2024/blob/e163baeaedcd90732b5e19f578a2faadeb1ef872/src/main/scala/day10.sc) by [Bulby](https://github.com/TheDrawingCoder-Gamer)
161161
- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2024/Day10.scala) by [Philippus Baalman](https://github.com/philippus)
162+
- [Solution](https://github.com/AvaPL/Advent-of-Code-2024/tree/main/src/main/scala/day10) by [Paweł Cembaluk](https://github.com/AvaPL)
162163

163164
Share your solution to the Scala community by editing this page.
164165
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)