This repository contains my solution for the ARC Prize 2024 (Abstraction and Reasoning Challenge).
The core implementation is written in C++ for performance efficiency.
Achieved Silver Medal in ARC Prize 2024.
This project is based on the open-source ARC solver by top-quarks, released under the MIT License.
I adapted and modified the implementation for my own silver-medal submission.
- main.ipynb – experimentation notebook
- arc-solution-source-files-by-icecuber/
- headers/ – C++ header files
- src/ – C++ source files
- Makefile – build script
- safe_run.py – execution wrapper
- version.txt – version information
Enter the C++ directory and run:
cd arc-solution-source-files-by-icecuber
make
cd arc-solution-source-files-by-icecuber
python safe_run.py
This project includes code originally released under the MIT License by top-quarks. See the LICENSE file for details.