Quick Sort
A highly efficient, in-place sorting algorithm using a 'divide and conquer' strategy around a 'pivot'.
Convex Hull
Visualize the Graham scan algorithm find the smallest convex polygon that contains all points in a set.
Dijkstra's
Find the shortest path using Dijkstra's algorithm, which revolutionized computer science.