Serial Recursion is Depth-First

So the fill algorithm will continue in one direction until a boundary is reached.

It will then change directions momentarily and attempt to continue back in the original direction.

Will parallel execution of the algorithm behave the same way?

Lecture 4   Slide 10   6.837 Fall '00