Explain the concept behind dead lock avoidance, banker's algorithm.
Explain the Canny's Algorithm.
What is the breadth-first search algorithm?
What are the disadvantages of depth-first search algorithm?
Which algorithm is used for solving temporal probabilistic reasoning?
What is the bidirectional search algorithm?
What is greedy best first search algorithm?
Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.
list the types of linked list with aid of diagram?
What is bidirectional search algorithm?
What features would you use to build a recommendation algorithm for users?
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).
Can you pick an algorithm. Write the psuedo-code for a parallel implementation?