Jump to content

4.2.2.2 Binary Search: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 July 2025

  • curprev 22:1222:12, 11 July 2025 Mr. Goldstein talk contribs 2,165 bytes +2,165 Created page with "=== 4.2.2.2 Binary Search === ''(Difficulty Note: This is slightly more complex than Linear Search, as it requires sorted data.)'' '''Binary Search''' is a much faster way to find something, but it has a special rule: the list of items '''must be sorted''' (like numbers from smallest to largest, or words alphabetically). It works by repeatedly dividing the list in half. '''How it works:''' # Find the middle item in the sorted list. # Is the middle item the one you're..." Tag: Visual edit