Submission + - BFS: What the Textbook Says and What It Looks Like Running (rebraining.org)
fishbowl writes: A working lecture on breadth-first search, anchored to a real implementation — 22 lines of JavaScript from a single-file browser hex game. Walks through why every line is there and how you might have arrived at it yourself. Python and Java equivalents included. Cormen is waiting when you want it.