Advent of Code: Difference between revisions

Jump to navigation Jump to search
2,862 bytes added ,  09:06, 13 April 2022
m
(Created page with "thumb|right|Advent Of Code http://adventofcode.com Advent of Code(AOC) is an Advent calendar of small programming puzzles for a variety of ski...")
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[File:Advent Of Code Logo.png|thumb|right|Advent Of Code http://adventofcode.com]]
[[File:Advent Of Code Logo.png|thumb|right|Advent Of Code Logo]]
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 Advent of Code puzzles in APL, or any of it's derivatives.
'''[https://adventofcode.com/ Advent of Code]''' ('''AoC''') is an [[wikipedia:Advent calendar|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 [{{fullurl:{{FULLPAGENAME}}|action=edit&section=1}} add more], including your own.


These can be used as references for solving the puzzles, or just a general way to hone your APL skills. It is encouraged to post your own Advent of Code solutions here as well.
The solutions can be used as references for solving the puzzles, or just a general way to hone your APL skills.


Advent of Code 2020 is happening right now, so feel free to add your own solutions to this page as well.
=== Individuals' solutions ===
 
{| class=wikitable
== Links maintained by participants ==
! Author !! 2015 !! 2016 !! 2017 !! 2018 !! 2019 !! 2020 !! 2021
* [[rak1507]] - [https://github.com/rak1507/Advent-Of-Code-2020-APL rak1507's APL solutions to the AOC 2020 Problems]
|-
* [[Razetime]] - [https://github.com/razetime/AOC2020-APL Razetime's APL solutions to the AOC 2020 Problems]
| adregan: || || || || || || || [https://git.sr.ht/~adregan/advent-of-code-2021 code]
* [[xpqz]] - [https://gist.github.com/xpqz AOC 2020 APL solutions stored as gists under the name aocxxxx.dyalog]
|-
* [[Bubbler]] - [https://github.com/Bubbler-4/advent-of-apl Advent of APL - APL solutions to AOC from 2015 onwards](In progress)
| C. Quilley: || || || || || || [https://github.com/icendoan/aoc/tree/main/2020 code] ||
* [[ngn]] - [https://bitbucket.org/ngn/k/src/master/a20/ K solutions to AOC 2019 & 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 code]
|-
| Jon Mikoš: || || || || || || || [https://github.com/MikosJon/AdventOfCode2021 code]
|-
| 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 code]
|-
| Patrick Ocana Bruno: || || || || || || || [https://github.com/patrickvob/adventofcode/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]
|-
| schatzmeister: || || || || || || [https://github.com/schatzmeister/adventofcode code] ||
|-
| 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 code]
|-
| [https://github.com/pitr pitr] || || || || || || || [https://github.com/pitr/aoc/tree/main/2021 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]
|-
| [[Nick Nickolov]]: || || || || || || [https://git.sr.ht/~ngn/a/tree code] ||
|-
| [[User:Razetime|Raghu Ranganathan]]: || || || || || || [https://github.com/razetime/AOC2020-APL 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/steveAllen0112 Steve Allen]: || || || || || || || [https://github.com/steveAllen0112/Advent_of_Code/tree/main/2021/APL code]
|}
[[category:lists]][[Category:Online resources]]{{APL community}}

Navigation menu