University stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

report.txt 155B

123
  1. My solution is around O(n^2). Most of my solutions include looping over
  2. the tasks, then in said loop, loop over either all tasks or a subset of
  3. the tasks.