Shortest Path String

How can I find the final
reduced string?

@arjun_bansal090 After you have found final x and y. Then just check
(i) if x>0 then it is x units in North.
(ii) if x<0 then it is x units in South.
Similarly for y.
Because for both x and y, here there are only 2 possibility that either negative or possitive.

Hope it helps, feel free to ask.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.