Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 367 Bytes

Hashcode 2020

Place your hashcode data in data/. Run npm i to setup. Run npm run start to run that program. Find your output in out/ (hopefully).

Arguments

npm run start a_example.in b_small.in

Compute a_example.in and b_small.in files in your data folder.

Options

npm run start -- --no-parallel

Compute selected files serially