Skip to content

PixelSergey/APL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

APL Problem Solving Competition

My submissions for the yearly APL Problem Solving Competition. Developed using Dyalog APL.

Installation and execution

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:

  1. Download and install Dyalog for Linux
  2. 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.