Ad
  • Custom User Avatar

    I realized after submitting that I was editing the array that is passed rather than creating a new array with-in the function to manipulate. Which is bad if you want the array you pass to the function to be kept as it is while still returning the solution. I think there should be a test case that makes sure you don't edit the array being passed so solutions like these don't pass.