Algorithm Explorer

A clean, composable catalog of fundamental algorithms, data structures and techniques.

Sorting

Order data efficiently.

Searching

Find elements quickly.

Linear Search

Sequential element check.

Coming Soon

Binary Search

Halves search interval.

Coming Soon

Stacks & Queues

Fundamental data structures.

Linked Lists

Linear data structures.

Trees

Hierarchical data structures.

Graph Algorithms

Explore and traverse networks.