What do you mean by overfitting and underfitting algorithms?
Why size of integer depends on the machine architecture then what the best sorting algorithm and why?
Give a general algorithm for converting a m-array tree to a 2-ary tree.
What is bidirectional search algorithm?
Define Routing Algorithm?
Write a code/algorithm to find the frequency of each element in an array?
Which language is used for artificial intelligence?
Draw a flowchart to find the average of four number?
What is breadth-first search algorithm?
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.
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?
What is the iterative deepening depth-first search algorithm?
List the different algorithm techniques in machine learning?
Can you list some use cases where classification machine learning algorithms can be used?