Skip to content

Commit 6add7bb

Browse files
authored
Merge pull request #515 from GrigoriiBerezin/add-solution-19
add g.berezin solution for days 18 and 19
2 parents f1c5e01 + 142a1f2 commit 6add7bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/2023/puzzles/day18.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def part2(input: String): String =
137137
- [Solution](https://github.com/merlinorg/aoc2023/blob/main/src/main/scala/Day18.scala) by [merlin](https://github.com/merlinorg/)
138138
- [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/18.worksheet.sc#L101) by [Spamegg](https://github.com/spamegg1/)
139139
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day18.scala) by [Rui Alves](https://github.com/xRuiAlves/)
140+
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task18/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
140141

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

docs/2023/puzzles/day19.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def combinations(input: String, until: Long): Long =
233233
- [Solution](https://github.com/rayrobdod/advent-of-code/blob/main/2023/19/day19.scala) by [Raymond Dodge](https://github.com/rayrobdod/)
234234
- [Solution](https://github.com/spamegg1/advent-of-code-2023-scala/blob/solutions/19.worksheet.sc#L101) by [Spamegg](https://github.com/spamegg1/)
235235
- [Solution](https://github.com/xRuiAlves/advent-of-code-2023/blob/main/Day19.scala) by [Rui Alves](https://github.com/xRuiAlves/)
236+
- [Solution](https://github.com/GrigoriiBerezin/advent_code_2023/tree/master/task19/src/main/scala) by [g.berezin](https://github.com/GrigoriiBerezin)
236237

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