WilliamHPNielsen / limnos

Other
0 stars 0 forks source link

Random base solution #7

Open petterbejo opened 3 years ago

petterbejo commented 3 years ago

Added pseudocode to solve #3; will keep on working on solution.

petterbejo commented 3 years ago

A couple of minor things still need to be done before it's ready. One small thing though: The length of the random_base_solution trail must not be N + M but N + M - 1 to avoid counting one point twice.

WilliamHPNielsen commented 3 years ago

This looks good! I'm especially happy to have hypothesis entering our tests, that will be helpful going forward which also came up in the discussion of #11

@petterbejo I think there was a small mixup; 6555042 didn't really resolve the conflicts. Please do so and then let's merge.