Ordenamientos

Shell Sort

Uses decreasing gaps to move distant values before finishing with a gap of one.

Learn with an interactive visualization

Category: Ordenamientos. Complexity: Depends on the gap sequence · Usually between O(n log n) and O(n²).

Uses decreasing gaps to move distant values before finishing with a gap of one. Interactive visualization, Java code, operations, complexity, and a…