What are the disadvantages of depth-first search algorithm?


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

Post New Answer

More AI Algorithms Interview Questions

Tell briefly about the Banker's algorithm and what is it used for?

0 Answers   Impetus,


Which algorithm inverts a complete resolution strategy?

0 Answers  


How does deep learning contrast with other machine learning algorithms?

0 Answers  


1. Consider the following algorithm: for ( i = 1 ; i <= 1 . 5 n ; i++) cout << i ; for ( i = n ; i >= 1 ; i - - ) cout << i ; (a) What is the output when n = 2, n = 4, and n = 6? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

0 Answers  


What is informed (heuristic) search strategies algorithm?

0 Answers  






Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.

0 Answers   Aspiring Minds,


Draw a flowchart to find the average of four number?

0 Answers  


Which algorithm in ‘unification and lifting’ takes two sentences and returns a unifier?

0 Answers  


What is software cycle? Give a diagrammatic representation?

0 Answers  


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

0 Answers   Amazon,


what are the minimum requirements for statr testing?

0 Answers   QA,


A* algorithm is based on which search method?

0 Answers  


Categories