Un-Answered Questions { AI Algorithms }

Define Routing Algorithm?

617


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

625


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

594


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

567


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.

603


Sorting algorithms and time complexity of various algorithms.

592


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

629


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

588


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

556


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

1344


Which language is used for artificial intelligence?

586


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

572


What is breadth-first search algorithm?

592


What are disadvantages uniform cost search algorithm?

1223


What is depth-first search algorithm?

581