What are the disadvantages of breadth-first search algorithm?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

list the types of linked list with aid of diagram?

0 Answers  


What is meant by uniform cost search algorithm?

0 Answers  


what is software cycle?give a diagramatic representation

0 Answers  


Tell us how will you know which machine learning algorithm to choose for your classification problem?

0 Answers  


What is local search algorithms?

0 Answers  






Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.

0 Answers   Amazon,


Tell me how do you choose an algorithm for a classification problem?

0 Answers  


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

0 Answers  


Give a general algorithm for converting a m-array tree to a 2-ary tree.

0 Answers   Tech Mahindra,


what are the minimum requirements for statr testing?

0 Answers   QA,


What are the disadvantages of breadth-first search algorithm?

0 Answers  


What is breath-first search algorithm?

0 Answers  


Categories