Re: [algogeeks] Level Order Traversal vs BFS

2012-04-19 Thread atul anand
both are almost similar, only diff is that level order traversal are used to traverse trees whereas BFS use used for graph(including tree) because of which you need to mark the visited nodes while doing BFS on graph. but idea is same in both the cases On Fri, Apr 20, 2012 at 12:25 AM, Ratan wrote

[algogeeks] Level Order Traversal vs BFS

2012-04-19 Thread Ratan
Can any1 confirm me wid the differnce between the level order traversal and the BFS if any!!! -- -- Ratan | 3rd Year | Information Technology | NIT ALLAHABAD -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email