Skip to content
AlCash07 edited this page Jun 25, 2017 · 14 revisions

ACHelper is a competitive programming tool aimed at automating:

  • problem statement parsing and samples extraction
  • project generation for the IDE of one's choice using CMake
  • solution checking and debugging on the samples inside the IDE
  • inlining custom library code before submission

The application itself is written in Java and is cross-platform. It can be used with any programming language and is limited only by the provided templates. Only C++ templates are implemented at the moment.

Currently tested only on Mac, supposed to work on Linux. Windows isn't supported until someone assists me with it (shouldn't be hard), more details on that here: How to contribute

Clone this wiki locally