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
- Host: GitHub
- URL: https://github.com/dranikpg/cphelper
- Owner: dranikpg
- Created: 2019-12-27T19:56:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T11:06:01.000Z (about 6 years ago)
- Last Synced: 2025-02-07T10:18:55.827Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.



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