Skip to content

Add @AvaPL 2023 solutions. #549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/2023/puzzles/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,6 @@ end part2
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task01/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day01.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day1.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,6 @@ def part2(input: String): Int = solution(input, minimumCubes)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task02/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day02.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day2.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day03.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,6 @@ def part2(input: String) =
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task03/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day03.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day3.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day04.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,6 @@ end part2
- [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/)
- [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/)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day4.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day05.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,6 @@ Share your solution to the Scala community by editing this page. (You can even w
- [Solution](https://github.com/jnclt/adventofcode2023/blob/main/day05/fertilizer.sc) by [jnclt](https://github.com/jnclt)
- [Solution](https://github.com/prinsniels/AdventOfCode2023/blob/main/src/main/scala/solutions/day05.scala) by [Niels Prins](https://github.com/prinsniels)
- [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day05/Day05.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day06.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,6 @@ end part2
- [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)
- [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day06/Day06.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day06.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day07.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,6 @@ def part2(input: String): Int =
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day07.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day07/Day07.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
- [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)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day08.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def part2(input: String): Long =
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day08.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [Solution](https://github.com/nryabykh/aoc2023/blob/master/src/main/scala/aoc2023/Day08.scala) by [Nikolai Riabykh](https://github.com/nryabykh)
- [Solution](https://github.com/Jannyboy11/AdventOfCode2023/blob/master/src/main/scala/day08/Day08.scala) of [Jan Boerman](https://twitter.com/JanBoerman95).
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day09.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ bottom to top", and this suggestion can be turned into code.
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task09/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/marconilanna/advent-of-code/blob/master/2023/Day09.scala) by [Marconi Lanna](https://github.com/marconilanna)
- [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)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day10.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ end part2
- [Solution](https://github.com/jnclt/adventofcode2023/blob/main/day10/pipe-maze.sc) by [jnclt](https://github.com/jnclt)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task10/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day10.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day10) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ Here are some ideas that I think would be interesting to look into:
- [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)
- [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day11.sc) by [Michael Pilquist](https://github.com/mpilquist)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day11.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day11) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ def unfoldRow(input: String): String =
- [Solution](https://github.com/SethTisue/adventofcode/blob/main/2023/src/test/scala/Day12.scala) by [Seth Tisue](https://github.com/SethTisue)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task12/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day12.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day12) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day13.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ def findReflectionWithSmudge(pattern: Pattern): Option[Int] =
- [Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day13.scala) by [merlin](https://github.com/merlinorg/)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task13/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day13.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day13) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def part2(input: String): Int =
- [Solution](https://github.com/jnclt/adventofcode2023/blob/main/day14/parabolic-reflector-dish.sc) by [jnclt](https://github.com/jnclt)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task14/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day14.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day14) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day15.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ end part2
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task15/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [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)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day15.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day15) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day16.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def part2(input: String) =
- [Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day16.scala) by [merlin](https://github.com/merlinorg/)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task15/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day16.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day16) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day17.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def search(next: StateTransform)(using Grid): Int =
- [Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day17.scala) by [merlin](https://github.com/merlinorg/)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day17.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day17.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day17) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day18.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def part2(input: String): String =
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day18.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task18/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day18.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day18) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day19.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def combinations(input: String, until: Long): Long =
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day19.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task19/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day19.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day19) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day20.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ def part2(input: String): Long =

- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day20.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/bishabosha/advent-of-code-2023/blob/main/2023-day20.scala) by [Jamie Thompson](https://github.com/bishabosha)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day20) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day21.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ https://adventofcode.com/2023/day/21
## Solutions from the community

- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day21.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day21) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day23.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ end longestHike

- [Solution](https://github.com/stewSquared/advent-of-code/blob/master/src/main/scala/2023/Day23.worksheet.sc) by [Stewart Stewart](https://github.com/stewSquared)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day23.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day23) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day24.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ end part2
## Solutions from the community

- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day24.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day24) by [Paweł Cembaluk](https://github.com/AvaPL)

Share your solution to the Scala community by editing this page.
You can even write the whole article! [See here for the expected format](https://github.com/scalacenter/scala-advent-of-code/discussions/424)
1 change: 1 addition & 0 deletions docs/2023/puzzles/day25.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ def minimumCut(g: Graph) =

- [Solution](https://github.com/Philippus/adventofcode/blob/main/src/main/scala/adventofcode2023/Day25.scala) by [Philippus Baalman](https://github.com/philippus)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day25.scala) by [Rui Alves](https://github.com/xRuiAlves/)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2023/tree/main/src/main/scala/day25) by [Paweł Cembaluk](https://github.com/AvaPL)

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