Ad
  • Default User Avatar

    Nice. I actually used a float for my minute calculation...appears that was unncessary.

  • Default User Avatar

    Not sure what language you are using, but try to print out what the inputs are for debugging purposes.

  • Default User Avatar
  • Default User Avatar

    Getting the following error and I'm not sure why:

    Traceback (most recent call last):
    File "main.py", line 6, in
    Test.assert_equals(remove_smallest([1, 2, 3, 4, 5]), [2, 3, 4, 5], "Wrong result for [1, 2, 3, 4, 5]")
    File "/home/codewarrior/solution.py", line 3, in remove_smallest
    raise NotImplementedError("TODO: remove_smallest")
    NotImplementedError: TODO: remove_smallest