Answer Posted / parvendra
this algorithm is used to work on large databases
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
List the different algorithm techniques in machine learning?
Which algorithm in ‘unification and lifting’ takes two sentences and returns a unifier?
Write an algorithm to traverse a knight covering all the squares on a chessboard starting at a particular point.
Give an example of an O (n) algorithm and O (n*n) algorithm such that the algorithm is slower.
Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?
A* algorithm is based on which search method?
What are the disadvantages of breadth-first search algorithm?
1. Consider the following algorithm: for ( i = 1 ; i <= 1 . 5 n ; i++) cout << i ; for ( i = n ; i >= 1 ; i - - ) cout << i ; (a) What is the output when n = 2, n = 4, and n = 6? (b) What is the time complexity T(n)? You may assume that the input n is divisible by 2.
What is depth-first search algorithm?
Which algorithm inverts a complete resolution strategy?
Which language is used for artificial intelligence?
Write a code/algorithm to find the frequency of each element in an array?
Why size of integer depends on the machine architecture then what the best sorting algorithm and why?
What is bidirectional search algorithm?
What is informed (heuristic) search strategies algorithm?