question archive The instructions are in the p4spec
Subject:Computer SciencePrice:0 Bought3
The instructions are in the p4spec.doc with starter code using getopt in the poke.cpp. The main project implementation should be in poke.cpp. Restrictions: The C++11 regular expressions library The STL thread/atomics libraries (which spoil runtime measurements) Shared or unique pointers. Other libraries (e.g., boost, pthreads, etc). THere are also sample test files provided, for part C the number of rooms in the test cases will be around 40 with memory limit of about 2200 mb and runtime less than 1 second. For part A and B, the number of rooms can be tens of thousands tested with memory usage from 2500-3300mb (runtime: 1.5-12 seconds).