Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

What is the difference between breadth first search and depth first search in c programming?

Answer

Both algoritms can be build very similary. The difference between breadth-first search and depth-first search is order in which elements ar added to OPEN list.

In breadth-first search new nodes are appended to the end of OPEN list

In depth-first search new nodes are inserted in the begining of OPEN list

Improve Answer Discuss the question "What is the difference between breadth first search and depth first search in c programming?" Click here to register and get updates when this answer is edited. Share on Facebook Share on Twitter

First answer by ID2088581168. Last edit by Cyberprodigy. Contributor trust: 0 [recommend contributor]. Question popularity: 19 [recommend question].

Answers.com > Wiki Answers > Categories > Technology > Computers > Computer Programming > JAVA Programming > What is the difference between breadth first search and depth first search in c programming?

Our contributors said this page should be displayed for the questions below. (Where do these come from)
If any of these are not a genuine rephrasing of the question, please help out and edit these alternates.