Ad
  • Custom User Avatar

    If you change the description this would be an excellent kata. The last line needs to read "each taken only once - coming from s1 AND s2. combined". The or in the last line indicated that you want the user to return the longest of the 2 new values.

  • Custom User Avatar

    The parameters are incorrect for the initial test. The directions explicitly state that all inputs are arrays. However, the second test input is a string moveZeros( "1,2,1,1,3,10,0,0,0" ) expected to return[1,2,1,1,3,1,0,0,0,0]