11831 - Sticker Collector Robot


Difficulty : easy

Solution Description :

Array manipulation problem

1. This is a robot motion problem. 
   Use  N->Top->0, 
        S->Bottom->2, 
        L->Right->1, 
        O->Left->3.
2. If the robot instruction F and the robot move out of the
boundary then the instruction does not work.