/aoc-2021

Solutions to Advent of Code problems

Primary LanguageJBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Advent of Code: 2021

About

Solutions to Advent of Code: 2021 in the array programming language J.

Language and IDE details,

Enginej901/j64/linux
Release-ccommercial/2020-01-11T10:39:00
Library9.01.24
Qt IDE1.8.7/5.7.1(5.9.5)
PlatformLinux 64

Solutions

  • Github pages
  • Org document
  • Source
    • All source code tangled from the Org document
    • Comments, assertions and empty lines are removed using the compijs.sh bash script
    • All files have getin, part1 and part2 functions. Assuming ifn is the input filename, the solution for each part is obtained as part1 (getin ifn) and part2 (getin ifn).