Connectivity with Concurrent Union-Find
Image and Graph connectivity worklets were changed to use a single pass algorithm with updated Union-Find. This avoids the ambiguity of termination condition in previous implementation. Comments on concurrency and thread safety were added.
More documentation on data races and their resolution needed.
Edited by Li-Ta Lo