Machiamelli/Algo-Compare — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a polished desktop app called AlgoCompare for competitive programmers who want to stress test their solutions without writing scripts.

The app should let me upload an optimized solution, a brute force solution, and either a fixed test case file or a random test generator. Then I should be able to click launch and have it compile, run, and compare everything automatically. It needs to support C++, Java, and Python, including mixing languages between the solution, brute force, and generator.

Please include a clean visual interface with setup screens, an environment tab that detects installed compilers and interpreters, a built in code editor for previewing and editing uploaded files, light and dark themes, and a real time progress overlay while tests are running. When something fails, show the exact input, expected output, actual output, timeouts, runtime errors, or compiler errors in a way that’s easy to understand.

Make it work as a Windows and Linux Electron desktop app, with sensible build scripts. Look up current docs online if you need to.

Want more depth? Deep Reverse