Advent of Code: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(14 intermediate revisions by 6 users not shown)
Line 6: Line 6:
At the end of AoC 2021, [[Adám Brudzewsky]] published an informational video<ref>[[Adám Brudzewsky|Brudzewsky, Adám]]. [https://www.youtube.com/watch?v=AHoiROI15BA Parsing content from text files using Dyalog APL's <syntaxhighlight lang=apl inline>⎕CSV</syntaxhighlight>]. Adám's APL. YouTube. 2021-12-23.</ref> with companion code<ref>Brudzewsky, Adám. [https://github.com/abrudz/parsing parsing]. abrudz. GitHub. 2021-12-23.</ref> to parse text files that are similar to many common input formats given by AoC.
At the end of AoC 2021, [[Adám Brudzewsky]] published an informational video<ref>[[Adám Brudzewsky|Brudzewsky, Adám]]. [https://www.youtube.com/watch?v=AHoiROI15BA Parsing content from text files using Dyalog APL's <syntaxhighlight lang=apl inline>⎕CSV</syntaxhighlight>]. Adám's APL. YouTube. 2021-12-23.</ref> with companion code<ref>Brudzewsky, Adám. [https://github.com/abrudz/parsing parsing]. abrudz. GitHub. 2021-12-23.</ref> to parse text files that are similar to many common input formats given by AoC.


There are also a couple of leaderboards for APLers: 375448-b54bbc8d and 656501-67f7cded.
In January 2024, hosted a four-hour-long live stream where a panel of seven discussed Advent of Code 2023.<ref>[[Dyalog Ltd]]. [https://www.youtube.com/watch?v=sx7LU3oicFY Adventures in Advent of Code Live Stream]. YouTube. 2024-01-18.</ref>
 
There are a couple of leaderboards for APLers: 375448-b54bbc8d and 656501-67f7cded.


=== Individuals' solutions ===
=== Individuals' solutions ===
{| class="wikitable sortable" style="text-align: center;"
{| class="wikitable sortable" style="text-align: center;"
! Author !! 2015 !! 2016 !! 2017 !! 2018 !! 2019 !! 2020 !! 2021 !! 2022 !! 2023
! Author !! 2015 !! 2016 !! 2017 !! 2018 !! 2019 !! 2020 !! 2021 !! 2022 !! 2023
|-
| [[Aaron Hsu]] || || || || || || || || || [https://github.com/arcfide/Advent_of_Code/blob/master/AoC_2023.apln code]
|-
|-
| Andrea Piseri || || || || || || || || [https://github.com/ap29600/aoc22 code] ||
| Andrea Piseri || || || || || || || || [https://github.com/ap29600/aoc22 code] ||
Line 25: Line 29:
|-
|-
| Jack Franklin || || || || || || || [https://github.com/jhfranklin/advent-of-code/tree/main/src/2021 code] || ||
| Jack Franklin || || || || || || || [https://github.com/jhfranklin/advent-of-code/tree/main/src/2021 code] || ||
|-
| [https://linkedin.com/in/jay-moskowitz-5745b83 Jay Moskowitz] || || || || || || || || || [https://github.com/jmosk/2023-AdventOfCode code]
|-
|-
| Jon Mikoš || || || || || || || [https://github.com/MikosJon/AdventOfCode2021 code] || ||
| Jon Mikoš || || || || || || || [https://github.com/MikosJon/AdventOfCode2021 code] || ||
|-
|-
| [[Jay Foad]] || || || [https://github.com/jayfoad/aoc2017apl code] || [https://github.com/jayfoad/aoc2018apl code] || [https://github.com/jayfoad/aoc2019apl code] || [https://github.com/jayfoad/aoc2020apl code] || [https://github.com/jayfoad/aoc2021apl code] || [https://github.com/jayfoad/aoc2022apl code] ||
| [https://aplwiki.com/wiki/User:Jonathan_Carroll Jonathan Carroll] || || || || || || || || || [https://github.com/jonocarroll/advent-of-code/tree/main/2023/APL code]
|-
| [[Jay Foad]] || || || [https://github.com/jayfoad/aoc2017apl code] || [https://github.com/jayfoad/aoc2018apl code]<br>[https://www.youtube.com/watch?v=Q_vgSN6rza0 video] || [https://github.com/jayfoad/aoc2019apl code] || [https://github.com/jayfoad/aoc2020apl code] || [https://github.com/jayfoad/aoc2021apl code] || [https://github.com/jayfoad/aoc2022apl code] || [https://github.com/jayfoad/aoc2023apl code]
|-
|-
| Kamila Szewczyk || || || || || || || || || [https://github.com/kspalaiologos/aoc2023 code]
| Kamila Szewczyk || || || || || || || || || [https://github.com/kspalaiologos/aoc2023 code]
Line 48: Line 56:
| Patrick Ocana Bruno || || || || || || || [https://github.com/patrickvob/adventofcode/tree/main/2021 code] || [https://github.com/patrickvob/adventofcode/tree/main/2022 code] || [https://github.com/patrickvob/adventofcode/tree/main/2023 code]
| Patrick Ocana Bruno || || || || || || || [https://github.com/patrickvob/adventofcode/tree/main/2021 code] || [https://github.com/patrickvob/adventofcode/tree/main/2022 code] || [https://github.com/patrickvob/adventofcode/tree/main/2023 code]
|-
|-
| [https://github.com/pitr pitr] || [https://github.com/pitr/aoc/tree/main/2015 code] || [https://github.com/pitr/aoc/tree/main/2016 code] || [https://github.com/pitr/aoc/tree/main/2017 code] || [https://github.com/pitr/aoc/tree/main/2018 code] || || [https://github.com/pitr/aoc/tree/main/2020 code] || [https://github.com/pitr/aoc/tree/main/2021 code] || [https://github.com/pitr/aoc/tree/main/2022 code] || [https://github.com/pitr/aoc/tree/main/2023 code]
| Peter Mikkelsen || || || || || || || || || [https://git.sr.ht/~pmikkelsen/aoc2023/ code]
|-
| [https://github.com/pitr Peter Vernigorov] || [https://github.com/pitr/aoc/tree/main/2015 code] || [https://github.com/pitr/aoc/tree/main/2016 code] || [https://github.com/pitr/aoc/tree/main/2017 code] || [https://github.com/pitr/aoc/tree/main/2018 code] || || [https://github.com/pitr/aoc/tree/main/2020 code] || [https://github.com/pitr/aoc/tree/main/2021 code] || [https://github.com/pitr/aoc/tree/main/2022 code] || [https://github.com/pitr/aoc/tree/main/2023 code]
|-
|-
| [[User:Razetime|Raghu Ranganathan]] || || || || || || [https://github.com/razetime/aoc/tree/main/20/apl code] || [https://github.com/razetime/aoc/tree/main/21/bqn code] || [https://github.com/razetime/aoc/tree/main/22 code] ||
| [[User:Razetime|Raghu Ranganathan]] || || || || || || [https://github.com/razetime/aoc/tree/main/20/apl code] || [https://github.com/razetime/aoc/tree/main/21/bqn code] || [https://github.com/razetime/aoc/tree/main/22 code] ||
Line 54: Line 64:
| [https://aplwiki.com/wiki/User:RichPark Rich Park] || || || || || || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2020 code] || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2021 code] || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2022 code] ||
| [https://aplwiki.com/wiki/User:RichPark Rich Park] || || || || || || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2020 code] || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2021 code] || [https://github.com/rikedyp/Advent-of-Code/tree/main/Y2022 code] ||
|-
|-
| Rory Kemp || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2015 code] || || || || || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2020 code] || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2021 code] || ||
| Rory Kemp || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2015 code] || || || || || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2020 code] || [https://github.com/rak1507/Advent-Of-Code-APL/tree/main/2021 code] || || [https://github.com/rak1507/aoc-2023 code]
|-
|-
| schatzmeister || || || || || || [https://github.com/schatzmeister/adventofcode code] || || ||
| schatzmeister || || || || || || [https://github.com/schatzmeister/adventofcode code] || || ||
|-
|-
| [[User:Xpqz|Stefan Kruger]] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202015%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202016%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202017%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202018%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202019%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202020%20Dyalog%20APL.ipynb notebook] || [https://gist.github.com/xpqz/d406eb493fd2a875ae463cce009463af code] || [https://github.com/xpqz/AoC22/ code] ||
| [[User:Xpqz|Stefan Kruger]] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202015%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202016%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202017%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202018%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202019%20Dyalog%20APL.ipynb notebook] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202020%20Dyalog%20APL.ipynb notebook] || [https://gist.github.com/xpqz/d406eb493fd2a875ae463cce009463af code] || [https://github.com/xpqz/AoC22/ code] || [https://github.com/xpqz/AoCDyalog/blob/master/Advent%20of%20Code%202023%20Dyalog%20APL.ipynb notebook]
|-
|-
| [https://github.com/steveAllen0112 Steve Allen] || || || || || || || [https://github.com/steveAllen0112/Advent_of_Code/tree/main/2021/APL code] || [https://github.com/steveAllen0112/Advent_of_Code/tree/main/2022/APL code] ||
| [https://github.com/steveAllen0112 Steve Allen] || || || || || || || [https://github.com/steveAllen0112/Advent_of_Code/tree/main/2021/APL code] || [https://github.com/steveAllen0112/Advent_of_Code/tree/main/2022/APL code] ||
Line 64: Line 74:
| Woosuk Kwak || [https://github.com/Bubbler-4/advent-of-apl/tree/master/AoC2015/APLSource code] || || || || || || || ||
| Woosuk Kwak || [https://github.com/Bubbler-4/advent-of-apl/tree/master/AoC2015/APLSource code] || || || || || || || ||
|}
|}
== References ==
== References ==
<references/>
<references/>
[[category:lists]][[Category:Online resources]]{{APL community}}
[[category:lists]][[Category:Online resources]]{{APL community}}
3

edits

Navigation menu