|
|
|
|
|
by lovegraphs
4036 days ago
|
|
That's right, it does a breadth-first-search from the end-point immediately upon clicking the end-point; it then traces the path from the start-point, following the parent-pointers set during the BFS, painting the DOM in the process. |
|