Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ARC Prize 2024 – Silver Solution

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.


Credits

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.


Repository Structure

  • 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

Build

Enter the C++ directory and run:

cd arc-solution-source-files-by-icecuber
make

Run

cd arc-solution-source-files-by-icecuber
python safe_run.py

License

This project includes code originally released under the MIT License by top-quarks. See the LICENSE file for details.

About

ARC Prize 2024 Silver Medal Solution – Rule-based DSL symbolic reasoning system implemented in C++ for abstract grid transformation and search.

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages