Ad
  • Custom User Avatar

    Random tests are broken. (I'm using Ruby)
    For example, I failed this random test: SJF([15, 2, 16, 13, 8, 8, 3], 4)
    When I ran this same test manually it works just fine:
    Test.assert_equals(SJF([15, 2, 16, 13, 8, 8, 3], 4), 13) # passed