My different solutions for INSAlgo 2024 Code Golf Contest.
Thanks jimmywengzj for the competition and big wp :)
I mostly used 05AB1E golfing language with the legacy python version.
For the 05AB1E solutions :
-
[DAY].abe
is the base code. -
[DAY]_commented.abe
is the commented version. -
[DAY].05AB1E
is the submitted code.It is encoded in
osabie encoding
to reduce file size.Encoded from
[DAY].abe
using osabie-encode.Needs osabie
-c
flag to run.
The flake provides a nix shell with the dependencies needed to run the different programs :
-
python3: for python solutions.
-
osabie : 05AB1E interpreter.
-
osabie-encode : wrapper for osabie-encode.py.
-
evaluate-path : wrapper for evaluate-path.py. Allows to test paths validity for day 5 problem.