BUCKETS

Constant BUCKETS 

Source
const BUCKETS: usize = 4;
Expand description

Since the input is rather uniformly spaced, we assume that any two points further apart than 4*size will eventually be connected by some point in between.