My submissions for the yearly APL Problem Solving Competition. Developed using Dyalog APL.
The easiest way to run this code is by using Dyalog's dyalogscript
feature.
I could only get this to work on Linux and WSL; running on Windows is a little more difficult.
Instructions:
- Download and install Dyalog for Linux
- Run
dyalogscript <filename>.apl
or./<filename>.apl
to execute the APL code
You can also copy and paste the Part 1 solutions to Try APL and interact with them live. For Part 2 solutions, a local IDE or Dyalog APL development environment is recommended.