Un-Answered Questions { AI Algorithms }

Define Routing Algorithm?

834


Give a general algorithm for converting a m-array tree to a 2-ary tree.

816


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

815


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).

741


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.

884


Sorting algorithms and time complexity of various algorithms.

771


What are the complexities of sorting algorithms and how can this complexity be calculated?

817


Why size of integer depends on the machine architecture then what the best sorting algorithm and why?

784


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

748


What is the most efficient way to store 1 million phone numbers memory-wise?

1609


Which language is used for artificial intelligence?

772


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

768


What is breadth-first search algorithm?

784


What are disadvantages uniform cost search algorithm?

1431


What is depth-first search algorithm?

764