Ad
  • Custom User Avatar

    Haskell fork adding random tests.

    After re-reading the description, I've noticed that the description doesn't actually specify the PID of the root process. The example has a root PID of 1, but the only concrete specification is that the PPID of the root is -1 and that the PID of any process is greater than its PPID.

    I can update the description to add that note about the root process PID always being 1, or I can update the tests to have root PID's that aren't 1. However, if I go with the latter root, a large portion of the solutions (including the author's) will be invalidated.

  • Custom User Avatar

    There are no random tests.