288
288
# o is actually common, but the i-j shortcut makes it look like it is actually
290
# q,n give the walker from j a common point to stop searching, as does p,f.
290
# q,m gives the walker from j a common point to stop searching, as does p,f.
291
291
# k-n exists so that the second pass still has nodes that are worth searching,
292
292
# rather than instantly cancelling the extra walker.