00:01
So this is the knight's legal moves on a 4x4 chessboard, and we want to know if a hamilton path exists.
00:09
And we end up seeing that it will not exist.
00:12
So we can say start here.
00:17
We only have one of two choices, so i'll choose e, and then we'll take that to g, and then h.
00:30
Or in this case actually f and what we end up seeing is we have a couple options we can go now to d back to our start but then it wouldn't be hamilton path so we can go to j or i so we'll try to go to i and then from from here we see that the only way to get back to d would be to revisit f.
01:22
So our option is either to go to d right away, in which case we don't have a hamilton path, or we go to i.
01:32
But if we do this, then the only way to get back to d would be through this f...