|
|
|
|
|
by jacques_chester
4897 days ago
|
|
Part of the problem with the backtracking analogy is that the graph changes while you're traversing it. It changes due to external factors. The act of moving to different nodes may cause the previous edge to be deleted. And so on. |
|