Skip to content

Add 2022 community solutions - Rui Alves #524

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 25 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
650c33b
Add 2022 day 1 community solution - Rui Alves
xRuiAlves Dec 22, 2023
8831549
Add 2022 day 2 community solution - Rui Alves
xRuiAlves Dec 22, 2023
0183991
Add 2022 day 3 community solution - Rui Alves
xRuiAlves Dec 22, 2023
5096421
Add 2022 day 4 community solution - Rui Alves
xRuiAlves Dec 22, 2023
ab064a0
Add 2022 day 5 community solution - Rui Alves
xRuiAlves Dec 22, 2023
5a3a21e
Add 2022 day 6 community solution - Rui Alves
xRuiAlves Dec 22, 2023
dadd4da
Add 2022 day 7 community solution - Rui Alves
xRuiAlves Dec 22, 2023
7634791
Add 2022 day 8 community solution - Rui Alves
xRuiAlves Dec 22, 2023
6bb00bf
Add 2022 day 9 community solution - Rui Alves
xRuiAlves Dec 22, 2023
912dd28
Add 2022 day 10 community solution - Rui Alves
xRuiAlves Dec 22, 2023
5dbaa55
Add 2022 day 11 community solution - Rui Alves
xRuiAlves Dec 22, 2023
481b007
Add 2022 day 12 community solution - Rui Alves
xRuiAlves Dec 22, 2023
91feb31
Add 2022 day 13 community solution - Rui Alves
xRuiAlves Dec 22, 2023
5937e97
Add 2022 day 14 community solution - Rui Alves
xRuiAlves Dec 22, 2023
3a0b477
Add 2022 day 15 community solution - Rui Alves
xRuiAlves Dec 22, 2023
4a43e6c
Add 2022 day 16 community solution - Rui Alves
xRuiAlves Dec 22, 2023
883178f
Add 2022 day 17 community solution - Rui Alves
xRuiAlves Dec 22, 2023
c164daf
Add 2022 day 18 community solution - Rui Alves
xRuiAlves Dec 22, 2023
7435833
Add 2022 day 19 community solution - Rui Alves
xRuiAlves Dec 22, 2023
e2d42ae
Add 2022 day 20 community solution - Rui Alves
xRuiAlves Dec 22, 2023
fba16c1
Add 2022 day 21 community solution - Rui Alves
xRuiAlves Dec 22, 2023
44534f6
Add 2022 day 22 community solution - Rui Alves
xRuiAlves Dec 22, 2023
1990a19
Add 2022 day 23 community solution - Rui Alves
xRuiAlves Dec 22, 2023
3572979
Add 2022 day 24 community solution - Rui Alves
xRuiAlves Dec 22, 2023
2835d66
Add 2022 day 25 community solution - Rui Alves
xRuiAlves Dec 22, 2023
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/2022/puzzles/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ def maxInventories(inventories: List[Inventory], n: Int): List[Int] =
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day1) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/ciuckc/AOC22/blob/master/day1/calorie_count.scala) by [Cristian Steiciuc](https://github.com/ciuckc)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day01) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day1) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day02.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@ end score
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day2) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/ciuckc/AOC22/blob/master/day2/rock_paper_scissors.scala) by [Cristian Steiciuc](https://github.com/ciuckc)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day02) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day2) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day03.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ end Priorities
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day3) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/ciuckc/AOC22/blob/master/day3/rucksack_reorg.scala) by [Cristian Steiciuc](https://github.com/ciuckc)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day03) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day3) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day04.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ def foldPairs(input: String, hasOverlap: (Int, Int) => (Int, Int) => Boolean): I
- [Solution](https://github.com/sierikov/advent-of-code/blob/master/src/main/scala/sierikov/adventofcode/y2022/Day04.scala) by [Artem Sierikov](https://github.com/sierikov)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day4) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day04) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day4) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day05.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ end moveAllCrates
- [Solution](https://github.com/danielnaumau/code-advent-2022/blob/master/src/main/scala/com/adventofcode/Day5.scala) by [Daniel Naumau](https://github.com/danielnaumau)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day5) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day05) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day5) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day06.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,6 @@ def findIndexOptimal(input: String, n: Int): Int =
- [Solution](https://github.com/danielnaumau/code-advent-2022/blob/master/src/main/scala/com/adventofcode/Day6.scala) by [Daniel Naumau](https://github.com/danielnaumau)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day6) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day06) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day6) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day07.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,6 @@ def part2(output: String): Int =
- [Solution](https://github.com/danielnaumau/code-advent-2022/blob/master/src/main/scala/com/adventofcode/Day7.scala) by [Daniel Naumau](https://github.com/danielnaumau)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day7) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day07) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day7) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day08.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,6 @@ def computeScore(ls: HeightField): ScoreField = ls.map{ line =>
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day8.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/danielnaumau/code-advent-2022/blob/master/src/main/scala/com/adventofcode/Day8.scala) by [Daniel Naumau](https://github.com/danielnaumau)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day8) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day8) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day09.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,6 @@ def uniquePositions(input: String, knots: Int): Int =
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day9.scala) by [Richard W](https://github.com/w-r-z-k)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day9) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day09) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day9) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day10.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,6 @@ def CRTCharIterator(input: String): Iterator[Char] =
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day10) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day10.scala) by Richard W
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day10) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day10) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day11.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,6 @@ end parseInput
- [Solution](https://github.com/danielnaumau/code-advent-2022/blob/master/src/main/scala/com/adventofcode/Day11.scala) by [Daniel Naumau](https://github.com/danielnaumau)
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day11) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day11.scala) by Richard W
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day11) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day12.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ And that's it!
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day12) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day12.scala) by Richard W
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day12) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day12) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day13.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ end PacketOrdering
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day13) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day13.scala) by Richard W
- [Solution using ZIO](https://github.com/rpiotrow/advent-of-code-2022/tree/main/src/main/scala/io/github/rpiotrow/advent2022/day13) by [Rafał Piotrowski](https://github.com/rpiotrow)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day13) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day14.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ end Scan
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day14.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day14) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day14.scala) by Richard W.
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day14) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day15.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def part2(input: String): Any =
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day15.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day15) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day15.scala) by Richard W.
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day15) by [Rui Alves](https://github.com/xRuiAlves/)

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)
2 changes: 1 addition & 1 deletion docs/2022/puzzles/day16.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ end part2
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day16.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day16) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day16.scala) by Richard W
-
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day15) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day17.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://adventofcode.com/2022/day/17
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day17.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day17) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day17.scala) by Richard W
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day17) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day18.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ Which gives use our desired results.
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day18.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day18) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/w-r-z-k/aoc2022/blob/main/src/main/scala/Day18.scala) by Richard W
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day18) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day19.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://adventofcode.com/2022/day/19
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day19.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day19.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day19) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day19) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day20.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://adventofcode.com/2022/day/20
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day20.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day20.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day20) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day20) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day21.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ end whichValue
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day21.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day21.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day21) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day21) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day22.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://adventofcode.com/2022/day/22
- [Solution (not generic)](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day22.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day22.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day22) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day22) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day23.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://adventofcode.com/2022/day/23
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day23.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day23.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day23) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day23) by [Rui Alves](https://github.com/xRuiAlves/)

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/2022/puzzles/day24.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,6 @@ That's Day 24. Huzzah!
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day24.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day24.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day24) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day24) by [Rui Alves](https://github.com/xRuiAlves/)

Share your solution to the Scala community by editing this page.
1 change: 1 addition & 0 deletions docs/2022/puzzles/day25.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def totalSnafu(input: String): String =
- [Solution](https://github.com/erikvanoosten/advent-of-code/blob/main/src/main/scala/nl/grons/advent/y2022/Day25.scala) by [Erik van Oosten](https://github.com/erikvanoosten)
- [Solution](https://github.com/cosminci/advent-of-code/blob/master/src/main/scala/com/github/cosminci/aoc/_2022/Day25.scala) by Cosmin Ciobanu
- [Solution](https://github.com/AvaPL/Advent-of-Code-2022/tree/main/src/main/scala/day25) by [Paweł Cembaluk](https://github.com/AvaPL)
- [Solution](https://github.com/xRuiAlves/advent-of-code-2022/tree/main/src/main/scala/rui/aoc/year2022/day25) by [Rui Alves](https://github.com/xRuiAlves/)

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)