Array Comparison Process Visualization

This visualization demonstrates the step-by-step comparison process for an array [3, 6, 8, 10, 9, 15]. We're checking if the array is sorted in ascending order by comparing adjacent elements. Watch as we highlight the comparison between index 4 (value 9) and index 3 (value 10) where the order breaks.
Click "Next" to start the comparison process.