Breadth First Vs Depth First

Posted by Ted Smith on Stack Overflow See other posts from Stack Overflow or by Ted Smith
Published on 2009-03-26T21:59:16Z Indexed on 2010/05/10 2:38 UTC
Read the original article Hit count: 489

When Traversing a Tree/Graph what is the difference between Breadth First and Depth first? Any coding or pseudocode examples would be great.

© Stack Overflow or respective owner

Related posts about c#

Related posts about tree-traversal