Shift Compare Visualizer
[image should go here]
This visualizer creates an image whose width and height are the number of entries in the sequence or the dimensions of the visualizer canvas, whichever is smaller. Each pixel of the image is colored white if using its coordinates as indices into the sequence, the two entries are congruent (in the given modulus). The pixel is colored black otherwise.
Parameters
- mod: The modulus to use when comparing entries.