Ad
  • Custom User Avatar

    according to the given test example it should be the opposite
    Test.expect(isValidWalk(['n','s','n','s','n','s','n','s','n','s']), 'should return true');
    so if 's' is the starting point the end should be 'n'