I am a little confused with Hill Climbing algorithm.
I want to \"run\" the algorithm until i found the first solution in that tree ( \"a\" is initial and h and k are final state
the path according to pure hill climb will be
a-> J -> k
if you expand children's from left to right,
if you expand them from right to left then you will get in this local minima A -> F -> G,
but generally we expand from left to right.