Ad
  • Custom User Avatar

    The idea seems ok, but implementation and tests are very poor:

    • There are no checks against duplicate points (also points with negative position)
    • Tests for randomness are close to non-existant. It's possible to just return a hardcoded list and pass all tests.

    Most, if not all current solutions shouldn't pass.

  • Custom User Avatar