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/day01.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,5 +221,6 @@ end part2
221
221
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task01/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
222
222
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day01.scala) by [Marconi Lanna](https://github.com/marconilanna)
223
223
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day1.scala) by [Rui Alves](https://github.com/xRuiAlves/)
224
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)
224
225
225
226
Share your solution to the Scala community by editing this page.
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task02/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
201
201
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day02.scala) by [Marconi Lanna](https://github.com/marconilanna)
202
202
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day2.scala) by [Rui Alves](https://github.com/xRuiAlves/)
203
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)
203
204
204
205
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day03.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,5 +228,6 @@ def part2(input: String) =
228
228
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task03/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
229
229
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day03.scala) by [Marconi Lanna](https://github.com/marconilanna)
230
230
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day3.scala) by [Rui Alves](https://github.com/xRuiAlves/)
231
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)
231
232
232
233
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day04.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -217,5 +217,6 @@ end part2
217
217
-[Solution](https://github.com/bxiang/advent-of-code-2023/blob/main/src/main/scala/com/aoc/Day04.scala) by [Brian Xiang](https://github.com/bxiang/)
218
218
-[Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day4.scala) by [Joel Edwards](https://github.com/joeledwards/)
219
219
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day4.scala) by [Rui Alves](https://github.com/xRuiAlves/)
220
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)
220
221
221
222
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day05.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -368,5 +368,6 @@ Share your solution to the Scala community by editing this page. (You can even w
368
368
-[Solution](https://github.com/jnclt/adventofcode2023/blob/main/day05/fertilizer.sc) by [jnclt](https://github.com/jnclt)
369
369
-[Solution](https://github.com/prinsniels/AdventOfCode2023/blob/main/src/main/scala/solutions/day05.scala) by [Niels Prins](https://github.com/prinsniels)
370
370
-[Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day05/Day05.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
371
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)
371
372
372
373
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day06.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -139,5 +139,6 @@ end part2
139
139
-[Solution](https://github.com/guycastle/advent_of_code_2023/blob/main/src/main/scala/days/day06/DaySix.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
140
140
-[Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day06/Day06.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
141
141
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day06.scala) by [Jamie Thompson](https://github.com/bishabosha)
142
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)
142
143
143
144
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day07.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -265,5 +265,6 @@ def part2(input: String): Int =
265
265
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day07.scala) by [Marconi Lanna](https://github.com/marconilanna)
266
266
-[Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day07/Day07.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
267
267
-[Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day7.scala) of [Joel Edwards](https://github.com/joeledwards)
268
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)
268
269
269
270
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day08.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,7 @@ def part2(input: String): Long =
196
196
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day08.scala) by [Marconi Lanna](https://github.com/marconilanna)
197
197
-[Solution](https://github.com/nryabykh/aoc2023/blob/master/src/main/scala/aoc2023/Day08.scala) by [Nikolai Riabykh](https://github.com/nryabykh)
198
198
-[Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day08/Day08.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
199
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)
199
200
200
201
Share your solution to the Scala community by editing this page.
201
202
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day09.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@ bottom to top", and this suggestion can be turned into code.
142
142
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task09/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
143
143
-[Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day09.scala) by [Marconi Lanna](https://github.com/marconilanna)
144
144
-[Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day9.scala) by [Joel Edwards](https://github.com/joeledwards)
145
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)
145
146
146
147
Share your solution to the Scala community by editing this page.
147
148
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day10.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,7 @@ end part2
190
190
-[Solution](https://github.com/jnclt/adventofcode2023/blob/main/day10/pipe-maze.sc) by [jnclt](https://github.com/jnclt)
191
191
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task10/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
192
192
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day10.scala) by [Jamie Thompson](https://github.com/bishabosha)
193
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day10) by [Paweł Cembaluk](https://github.com/AvaPL)
193
194
194
195
Share your solution to the Scala community by editing this page.
195
196
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day11.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -309,6 +309,7 @@ Here are some ideas that I think would be interesting to look into:
309
309
-[Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day11.scala) by [Joel Edwards](https://github.com/joeledwards)
310
310
-[Solution](https://github.com/mpilquist/aoc/blob/main/2023/day11.sc) by [Michael Pilquist](https://github.com/mpilquist)
311
311
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day11.scala) by [Jamie Thompson](https://github.com/bishabosha)
312
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day11) by [Paweł Cembaluk](https://github.com/AvaPL)
312
313
313
314
Share your solution to the Scala community by editing this page.
314
315
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
-[Solution](https://github.com/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day12.scala) by [Seth Tisue](https://github.com/SethTisue)
590
590
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task12/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
591
591
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day12.scala) by [Jamie Thompson](https://github.com/bishabosha)
592
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day12) by [Paweł Cembaluk](https://github.com/AvaPL)
592
593
593
594
Share your solution to the Scala community by editing this page.
594
595
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
-[Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day13.scala) by [merlin](https://github.com/merlinorg/)
128
128
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task13/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
129
129
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day13.scala) by [Jamie Thompson](https://github.com/bishabosha)
130
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day13) by [Paweł Cembaluk](https://github.com/AvaPL)
130
131
131
132
Share your solution to the Scala community by editing this page.
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day14.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,7 @@ def part2(input: String): Int =
339
339
-[Solution](https://github.com/jnclt/adventofcode2023/blob/main/day14/parabolic-reflector-dish.sc) by [jnclt](https://github.com/jnclt)
340
340
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task14/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
341
341
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day14.scala) by [Jamie Thompson](https://github.com/bishabosha)
342
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day14) by [Paweł Cembaluk](https://github.com/AvaPL)
342
343
343
344
Share your solution to the Scala community by editing this page.
344
345
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day15.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,7 @@ end part2
210
210
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task15/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
211
211
-[Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day15.scala) by [Joel Edwards](https://github.com/joeledwards)
212
212
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day15.scala) by [Jamie Thompson](https://github.com/bishabosha)
213
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day15) by [Paweł Cembaluk](https://github.com/AvaPL)
213
214
214
215
Share your solution to the Scala community by editing this page.
215
216
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day16.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -477,6 +477,7 @@ def part2(input: String) =
477
477
-[Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day16.scala) by [merlin](https://github.com/merlinorg/)
478
478
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task15/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
479
479
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day16.scala) by [Jamie Thompson](https://github.com/bishabosha)
480
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day16) by [Paweł Cembaluk](https://github.com/AvaPL)
480
481
481
482
Share your solution to the Scala community by editing this page.
482
483
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day18.scala) by [Rui Alves](https://github.com/xRuiAlves/)
140
140
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task18/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
141
141
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day18.scala) by [Jamie Thompson](https://github.com/bishabosha)
142
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day18) by [Paweł Cembaluk](https://github.com/AvaPL)
142
143
143
144
Share your solution to the Scala community by editing this page.
144
145
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day19.scala) by [Rui Alves](https://github.com/xRuiAlves/)
236
236
-[Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task19/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
237
237
-[Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day19.scala) by [Jamie Thompson](https://github.com/bishabosha)
238
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day19) by [Paweł Cembaluk](https://github.com/AvaPL)
238
239
239
240
Share your solution to the Scala community by editing this page.
240
241
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day23.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,7 @@ end longestHike
380
380
381
381
-[Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2023/Day23.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared)
382
382
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day23.scala) by [Rui Alves](https://github.com/xRuiAlves/)
383
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day23) by [Paweł Cembaluk](https://github.com/AvaPL)
383
384
384
385
Share your solution to the Scala community by editing this page.
385
386
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
Copy file name to clipboardExpand all lines: docs/2023/puzzles/day25.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -543,6 +543,7 @@ def minimumCut(g: Graph) =
543
543
544
544
-[Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2023/Day25.scala) by [Philippus Baalman](https://github.com/philippus)
545
545
-[Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day25.scala) by [Rui Alves](https://github.com/xRuiAlves/)
546
+
-[Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day25) by [Paweł Cembaluk](https://github.com/AvaPL)
546
547
547
548
Share your solution to the Scala community by editing this page.
548
549
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