Which is the most straight forward approach for planning algorithms?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More AI Algorithms Interview Questions

What is the breadth-first search algorithm?

0 Answers  


What features would you use to build a recommendation algorithm for users?

0 Answers   Twitter,


What is the iterative deepening depth-first search algorithm?

0 Answers  


Explain the Canny's Algorithm.

0 Answers   Adobe,


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

0 Answers   Aspire, Infogain,






What is Na?ve Bayes Algorithm?

2 Answers  


A* algorithm is based on which search method?

0 Answers  


What is the uniform cost search algorithm?

0 Answers  


Consider the following algorithm: for ( i = 2 ; i <= n ; i++) { for ( j = 0 ; j <= n) { cout << i << j ; j = j + floor(n/4) ; } } (a) What is the output when n = 4 (b) What is the time complexity T(n). You may assume that n is divisible 4.

0 Answers  


Consider the following algorithm: j = 1 ; while ( j <= n/2) { i = 1 ; while ( i <= j ) { cout << j << i ; i++; } j++; } (a) What is the output when n = 6, n = 8, and n = 10? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.

1 Answers  


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

0 Answers   Aspiring Minds,


Tell us why is naïve bayes machine learning algorithm naïve?

0 Answers  


Categories