An open API service indexing awesome lists of open source software.

https://github.com/dranikpg/cphelper

Rust competitive programming helper
https://github.com/dranikpg/cphelper

rust

Last synced: over 1 year ago
JSON representation

Rust competitive programming helper

Awesome Lists containing this project

README

          

### Solution tester
Feeds two solution with data from a generator and compares their outputs.
Uses pipes instead of files for faster reads and writes.
Shows the output difference if necessary.

![](https://github.com/dranikpg/cphelper/blob/master/Screenshot_200519_140005.png)
![](https://github.com/dranikpg/cphelper/blob/master/Screenshot_200519_140159.png)
![](https://github.com/dranikpg/cphelper/blob/master/Screenshot_200519_140253.png)

### Opentest runner
Runs a solution in parallel and captures its output for each task.