Shell Sort Visualization

Click 'Start Shell Sort' to begin the visualization.

Variables:

gap: N/A

i: N/A

j: N/A

temp: N/A

Assignments:

i = gap

j = i

temp = array[i]

Press the right arrow key or tap to
proceed to the next step.