What are disadvantages uniform cost search algorithm?


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

Post New Answer

More AI Algorithms Interview Questions

Consider the following algorithm: j = 1 ; while ( j <= n/2) { i = 1 ; while ( i <= j ) { cout << j << i ; i++; } j++; } (a) What is the output when n = 6, n = 8, and n = 10? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

1 Answers  


Write the Shortest path algorithm for a graph.

1 Answers   Tech Mahindra,


Given a series of positive integers. Design an efficient algorithm that can detect pairs whose sum is equal to K such that K = ei + ej, and (i not equal to j).

0 Answers   Expedia,


What is simulated annealing algorithm?

0 Answers  


Explain the concept behind dead lock avoidance, banker's algorithm.

0 Answers   HPCL, Hughes Systique Corporation,






How are the k-nearest neigh-bors (knn) algorithms different from k-means clustering?

0 Answers  


Write a code/algorithm to find the frequency of each element in an array?

0 Answers   ITC Indian Tobacco Company,


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

0 Answers   Aspiring Minds,


What do you mean by overfitting and underfitting algorithms?

0 Answers  


Explain the Canny's Algorithm.

0 Answers   Adobe,


What is the uniform cost search algorithm?

0 Answers  


What is depth-first search algorithm?

0 Answers  


Categories