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:37, 11 July 2025 Mr. Goldstein talk contribs created page 4.2.3.1 Breadth-First Search (BFS) (Created page with "=== 4.2.3.1 Breadth-First Search (BFS) === ''(Difficulty Note: Analogies help here. The "layers" concept is important.)'' '''Breadth-First Search (BFS)''' is like exploring a maze by finding everything that's one step away from you, then everything two steps away, then everything three steps away, and so on. It explores "layer by layer." '''How it works (simplified):''' # Start at a specific point (node). # Visit all its direct neighbors (nodes one step away). # Then,...") Tag: Visual edit