Ad
  • Custom User Avatar

    Hi,

    Better than the first try, but still some problems:

    • missing fixed and random tests with y=0
    • you need to specify in the description that negative values of y won't be tested
    • on the other hand, you definitely could/should test negative and zero values for x
    • you could increase a bit the possible range for x too (python having unlimited precision integers
    • the number of random tests is a bit low, we generally do bewteen 50 and 100 of them. Ofc, there is no point to do that much of the input sapce is smaller thant this...

    Cheers

  • Custom User Avatar

    proper parantheses need to be used to differentiate between x^x^x and x^(x^x)

  • Custom User Avatar

    Please fix these

    • The expected results in most of the test are wrong!
    • The description example should be fixed
    • Need random test (Already raised)

    Is there a possibiity of duplicate? I think there already is

  • Custom User Avatar

    The JS version should be removed since it has nothing to do with the task. Also needs random tests.