(5,0) = Start
/ \
(3,2) (0,0)
/ \
(3,0) (0,2)
/
(1,2)
/
(1,0)
/
(0,1) = Goal
There are few states, and almost no choice of actions, so the problem is very easy to search.