Dynamic pathfinding?

No.11341955 ViewReplyOriginalReport
Robot knows the location of cat an self. Cat moves in random direction or stands still based on random num.

Algorithm for finding the fastest (time) path, from robot to the cat while both keep moving i simultaneous steps?

Currently: Robot moves to cats row before traveling along the column. i.e. A cat that always switches row each step will never get caught.