Un-Answered Questions { AI Algorithms }

Define Routing Algorithm?

805


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

796


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

790


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

717


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.

860


Sorting algorithms and time complexity of various algorithms.

744


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

793


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

762


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

721


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

1583


Which language is used for artificial intelligence?

744


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

743


What is breadth-first search algorithm?

760


What are disadvantages uniform cost search algorithm?

1401


What is depth-first search algorithm?

736