A collection of items stored at contiguous memory locations. Choose an algorithm below to launch its interactive simulation workstation.
Showing 32 of 32 algorithms
Repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Divides the input list into two parts: a sorted sublist and an unsorted sublist.
Estimate the likely position of a target in uniformly distributed sorted data.
Search a sorted array by jumping fixed-size blocks before a local scan.
Shift all elements to the left, wrapping the first element to the end.
Divide the unsorted list into n sublists, then repeatedly merge sublists to produce new sorted sublists.