Skip to content
VibeFormer
Beginner24 min

Linear and Binary Search

Sequential search, binary search with correct invariants, and the off-by-one errors that plague it.

Assumes you know

Not yet written

This lesson is on the syllabus but has no text yet

The full curriculum is published up front so you can see the whole route and its dependencies. Lessons are being written in curriculum order.

What it will cover

  • binary search
  • linear search
  • invariant