Skip to main content

5 docs tagged with "search"

View all tags

Backtracking Fundamentals

Master the core concepts of backtracking algorithms including state space exploration, decision trees, pruning strategies, and constraint satisfaction problems.

Binary Search Fundamentals

Master binary search with standard templates, left/right bounds, and off-by-one handling for logarithmic search problems.

Binary Search Trees

Master BST operations including insert, delete, search, and balancing with O(log n) average complexity.