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


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

Post New Answer

More AI Algorithms Interview Questions

Which is the most straight forward approach for planning 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,


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,


Can you list some use cases where classification machine learning algorithms can be used?

0 Answers  


Can you pick an algorithm. Write the psuedo-code for a parallel implementation?

0 Answers  






What is Back propagation in Neural Networks?

1 Answers  


Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?

0 Answers  


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

0 Answers  


Which language is used for artificial intelligence?

0 Answers   Flextronics,


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

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  


Given a sorted array of n integers that has been rotated i(unknown) number of times, give a (log n) algorithm that finds an element in the array.

0 Answers   Expedia,


Categories