Jump to content

Main public logs

Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:12, 11 July 2025 Mr. Goldstein talk contribs created page 4.2.2.2 Binary Search (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