Skip to main content

5 docs tagged with "search"

View all tags

Binary Search

Boundary search over sorted random-access data or monotone predicates.

Depth-First Search

Stack-based graph traversal, parent structure, and DFS-specific guarantees.

Linear Search

Sequential lookup without ordering or preprocessing assumptions.