
Bubble Sort Visualizer — three modes + early exit
What the dark-green border means:
A box with a dark-green border is finalized — it has reached its correct, sorted position and will not move again. Boxes get finalized one-by-one as the algorithm finishes each pass.
Ready...
The top (selected) entry is the newest event; the log records every compare and swap as the visual run proceeds.
1 Comments