Breadth is sometimes better than depth
Eric Lippert explores the benefits of doing breath-first searches rather than depth-first, and points out their relationship with queues and stack.
Eric Lippert explores the benefits of doing breath-first searches rather than depth-first, and points out their relationship with queues and stack.