DSA Visualizer

Iterations: 0
Swaps: 0
Time Complexity: O(n^2) where n represents the number of elements in the array.
Space Complexity: O(1), meaning it uses constant extra space.