I suspect that the error comes from this

```
dynamicmovesArray = movesList;
```

This restore the array back to the original movesList, causing the removed step 
added back to the array.

Xiongqi

> I am trying to solve this problem 
> http://code.google.com/codejam/contest/32008/dashboard#s=p3
> It would be great if someone can let me know what's going wrong in my code 
> and failing few test cases. I used java code this.
> 
> https://drive.google.com/file/d/0B3trp2EhCCkQZ3dnOEFNWmt2dDg/view?usp=sharing
> https://drive.google.com/file/d/0B3trp2EhCCkQb0FaVUxTb3BxQmc/view?usp=sharing
> 
> ..Regards
> Durga.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/14df340b-2302-4f39-88c6-4db70f6553f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to