Ad
  • Custom User Avatar

    @akshatmittal.0007

    • Well , Each Code Submitted is tested against the Test cases First then the random Ones , in this Kata Your code has passed the Test cases But didn't successed to pass the Random tets as They Contain 100 Assertions

    • So the Helpful Tip here is to try to Tune Your code to the Bone , Making use of Some Built-in Function would reduce some Time , also Reducing excessive Loop Iterations or recursion is a factor that handle the problem Properly :wink:

    • Hope you Enjoying the kata , and the rest of mine as Well :wink: :relaxed:.. Tuned to hear Your Feedback Bro .. Regards .. Zizou

  • Default User Avatar

    my code has passed two test case,then it is showing code timed out ?

  • Default User Avatar

    The expression (as strings) (jumpingNumber(79)) == ("Not!!") is false.
    showing error for only this particular case.