Draw a flowchart to find the average of four number?


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

Post New Answer

More AI Algorithms Interview Questions

How does deep learning contrast with other machine learning algorithms?

0 Answers  


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

0 Answers   Aspire, Infogain,


Can you list some use cases where classification machine learning algorithms can be used?

0 Answers  


What is software cycle? Give a diagrammatic representation?

0 Answers  


what is software cycle?give a diagramatic representation

0 Answers  






Give an algorithm for the following problem. Given a list of n distinct positive integers, partition the list into two sublists, each of size n/2, such that the difference between the sums of the integers in the two sublists is minimized. You may assume that n is a multiple of 2.

0 Answers  


What are the disadvantages of depth-first search algorithm?

0 Answers  


What are the disadvantages of breadth-first search algorithm?

0 Answers  


What was deep learning, & how does it contrast with other machine learning algorithms?

0 Answers  


Explain me what's your favorite algorithm, and can you explain it to me in less than a minute?

0 Answers  


Which is the most straight forward approach for planning algorithms?

0 Answers  


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.

0 Answers  


Categories