Advent of Code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
=== Individuals' solutions === | === Individuals' solutions === | ||
{| | {| class=wikitable | ||
! Author !! 2015 !! 2016 !! 2017 !! 2018 !! 2019 !! 2020 !! 2021 | |||
|- | |- | ||
| | | adregan: || || || || || || || [https://git.sr.ht/~adregan/advent-of-code-2021 2021] | ||
|- | |- | ||
| | | C. Quilley: || || || || || || [https://github.com/icendoan/aoc/tree/main/2020 2020] || | ||
|- | |- | ||
| | | Conor Hoekstra: || || || || || || colspan=2 | [https://www.youtube.com/playlist?list=PLVFrD1dmDdvfejkfvQEI2bNfVlNO4iGkK videos] | ||
|- | |- | ||
| [[ | | Isaac Wooden: || || || [https://github.com/voidhawk42/AoC-APL/tree/main/2017 code] || [https://github.com/voidhawk42/aoc2018 code] || [https://github.com/voidhawk42/aoc2019apl code]<br>[https://www.youtube.com/playlist?list=PLxsf0ccJnXjRx5ap6X5Ludv46HTL2bBzy videos] || [https://github.com/voidhawk42/AoC-APL/tree/main/2020 code] || [https://www.youtube.com/watch?v=7DpoluSQdBo video] | ||
|- | |- | ||
| | | Jack Franklin: || || || || || || || [https://github.com/jhfranklin/advent-of-code/tree/main/src/2021 2021] | ||
|- | |- | ||
| | | Jon Mikoš: || || || || || || || [https://github.com/MikosJon/AdventOfCode2021 2021] | ||
|- | |- | ||
| | | Lavender: || || || || || || [https://github.com/lvdr/aoc2020 code] || | ||
|- | |- | ||
| | | Matthew Maycock: || || || || || [https://github.com/ummaycoc/aoc-2019.apl code] || || | ||
|- | |- | ||
| | | Mihaly Barasz || || || || || || || [https://gist.github.com/klao/b37b9a8f28c8235972ce94e8d6cc9f0e 2021] | ||
|- | |- | ||
| | | Patrick Ocana Bruno: || || || || || || || [https://github.com/patrickvob/adventofcode/tree/main/2021 2021] | ||
|- | |- | ||
| | | 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] | ||
|- | |- | ||
| | | schatzmeister: || || || || || || [https://github.com/schatzmeister/adventofcode 2020] || | ||
|- | |- | ||
| | | Woosuk Kwak: || [https://github.com/Bubbler-4/advent-of-apl/tree/master/AoC2015/APLSource code] || || || || || || | ||
|- | |- | ||
| | | [https://aplwiki.com/wiki/User:RichPark Rich Park]: || || || || || || || [https://github.com/rikedyp/Advent-of-Code 2021] | ||
|- | |- | ||
| | | [https://github.com/pitr pitr] || || || || || || || [https://github.com/pitr/aoc/tree/main/2021 2021] | ||
|- | |- | ||
| | | [[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] || | ||
|- | |- | ||
| [ | | [[Nick Nickolov]]: || || || || || || [https://git.sr.ht/~ngn/a/tree 2020] || | ||
|- | |- | ||
| [ | | [[User:Razetime|Raghu Ranganathan]]: || || || || || || [https://github.com/razetime/AOC2020-APL 2020] || | ||
|- | |- | ||
| | | [[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] | ||
|} | |} | ||
[[category:lists]][[Category:Online resources]]{{APL community}} | [[category:lists]][[Category:Online resources]]{{APL community}} |
Revision as of 17:52, 6 December 2021
Advent of Code (AoC) is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language. This page catalogues efforts by users to solve these puzzles in APL. Feel free to add more, including your own.
The solutions can be used as references for solving the puzzles, or just a general way to hone your APL skills.
Individuals' solutions
Author | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 |
---|---|---|---|---|---|---|---|
adregan: | 2021 | ||||||
C. Quilley: | 2020 | ||||||
Conor Hoekstra: | videos | ||||||
Isaac Wooden: | code | code | code videos |
code | video | ||
Jack Franklin: | 2021 | ||||||
Jon Mikoš: | 2021 | ||||||
Lavender: | code | ||||||
Matthew Maycock: | code | ||||||
Mihaly Barasz | 2021 | ||||||
Patrick Ocana Bruno: | 2021 | ||||||
Rory Kemp: | code | code | code | ||||
schatzmeister: | 2020 | ||||||
Woosuk Kwak: | code | ||||||
Rich Park: | 2021 | ||||||
pitr | 2021 | ||||||
Jay Foad: | code | code | code | code | |||
Nick Nickolov: | 2020 | ||||||
Raghu Ranganathan: | 2020 | ||||||
Stefan Kruger: | notebook | notebook | notebook | notebook | notebook | notebook | code |
APL community [edit] | |
---|---|
Activities | Conferences ∙ User groups and meetups ∙ Iverson Award ∙ Exercises |
Chat rooms and forums | APL Farm ∙ APL Orchard ∙ APL Wiki |
People | Phil Abrams ∙ Brian Becker ∙ Bob Bernecky ∙ Larry Breed ∙ Charles Brenner ∙ Jim Brown ∙ Adám Brudzewsky ∙ Gitte Christensen ∙ Peter Donnelly ∙ John Earnest ∙ Adin Falkoff ∙ Garth Foster ∙ Lib Gibson ∙ Aaron Hsu ∙ Roger Hui ∙ Ken Iverson ∙ Morten Kromberg ∙ Dick Lathwell ∙ Marshall Lochbaum ∙ Eugene McDonnell ∙ Roger Moore ∙ Trenchard More ∙ Alan Perlis ∙ Raghu Ranganathan ∙ Henry Rich ∙ Al Rose ∙ John Scholes ∙ Ian Sharp ∙ Bob Smith ∙ Geoff Streeter ∙ Joey Tuttle ∙ Arthur Whitney |
Other | APL Trust ∙ APL Quote Quad ∙ Blogs ∙ Books ∙ Case studies ∙ Famous APL users ∙ Humour ∙ Jobs ∙ Merchandise ∙ Papers ∙ Podcasts ∙ TryAPL ∙ Try It Online ∙ Video channels |