Data Structures & Algorithms

Table of Contents

Linear-time algorithms

run faster than O(nlogn), but require special assumptions about input

Counting sort

Radix sort

Bucket sort