Sorting algorithms and time complexity of various algorithms.
Which language is used for artificial intelligence?
Can you pick an algorithm. Write the psuedo-code for a parallel implementation?
What is the breadth-first search algorithm?
What is informed (heuristic) search strategies algorithm?
Why size of integer depends on the machine architecture then what the best sorting algorithm and why?
what is software cycle?give a diagramatic representation
What is greedy best first search algorithm?
What is meant by uniform cost search algorithm?
What is the bidirectional search algorithm?
How are the k-nearest neigh-bors (knn) algorithms different from k-means clustering?
Give an algorithm for the following problem. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is minimized. You may assume that n is a multiple of 2.
Explain the Canny's Algorithm.
What is the most efficient way to store 1 million phone numbers memory-wise?
What are the disadvantages of depth-first search algorithm?