Brain Dump

Sorting Algorithm

Tags
comp-sci algorithm

Is an algorithm to efficiently take a sequence of possibly unsorted elements \( x \) and sort them such that \[ \forall i, j \in \mathbb{N} \; i < j \implies x[i] \leq x[j] \]