Skip to content

Commit

Permalink
Add solution by Will (#306)
Browse files Browse the repository at this point in the history
* Add solution by Will

A hopefully-plain-speaking solution of the sort that academics teaching Scala tend to show to introductory Scala students.

* Add solution by Will for day 2

Another hopefully plain-speaking and understandable-by-students solution

---------

Co-authored-by: Jamie Thompson <[email protected]>
  • Loading branch information
wbillingsley and bishabosha authored Dec 3, 2023
1 parent 1ae3287 commit 8aa6425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/2023/puzzles/day01.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ end part2
- [Solution](https://github.com/kbielefe/advent-of-code/blob/edf8e706229a5f3785291824f26778de8a583c35/2023/src/main/scala/1.scala) by [Karl Bielefeldt](https://github.com/kbielefe)
- [Solution](https://github.com/guycastle/advent_of_code_2023/blob/main/src/main/scala/days/day01/DayOne.scala) by [Guillaume Vandecasteele](https://github.com/guycastle)
- [Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day1.scala) by [Joel Edwards](https://github.com/joeledwards)
- [Solution](https://github.com/wbillingsley/advent-of-code-2023-scala/blob/star2/solver.scala) by [Will Billingsley](https://github.com/wbillingsley)
- [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day1.sc) by [Michael Pilquist](https://github.com/mpilquist)

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 @@ -195,6 +195,7 @@ def part2(input: String): Int = solution(input, minimumCubes)
- [Solution](https://github.com/bxiang/advent-of-code-2023/blob/main/src/main/scala/com/aoc/day2/Solution.scala) of [Brian Xiang](https://github.com/bxiang).
- [Solution](https://github.com/rayrobdod/advent-of-code/blob/main/2023/02/day2.scala) of [Raymond Dodge](https://github.com/rayrobdod).
- [Solution](https://github.com/joeledwards/advent-of-code/blob/master/2023/src/main/scala/com/buzuli/advent/days/day2.scala) of [Joel Edwards](https://github.com/joeledwards)
- [Solution](https://github.com/wbillingsley/advent-of-code-2023-scala/blob/star4/solver.scala) by [Will Billingsley](https://github.com/wbillingsley)
- [Solution](https://github.com/mpilquist/aoc/blob/main/2023/day2.sc) by [Michael Pilquist](https://github.com/mpilquist)

Share your solution to the Scala community by editing this page. (You can even write the whole article!)

0 comments on commit 8aa6425

Please sign in to comment.