Explore Algorithms

Sorting

Bubble Sort

Simple comparison-based sorting.

Insertion Sort

Builds sorted array one element at a time.

Selection Sort

Select minimum and swap.