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:07, 11 July 2025 Mr. Goldstein talk contribs created page 4.2.2.1 Linear Search (Created page with "=== 4.2.2.1 Linear Search === ''(Difficulty Note: This is a very intuitive and accessible concept for 7th graders.)'' '''Linear Search''' is the simplest way to find something. It's like looking for a book in a messy pile without any order. You start at the very beginning of the list of items and check each item one by one until you find what you're looking for, or until you reach the end of the list. '''How it works:''' # Start at the first item. # Is this the item y...") Tag: Visual edit