What is software cycle? Give a diagrammatic representation?


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

Post New Answer

More AI Algorithms Interview Questions

List the different algorithm techniques in machine learning?

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  


What is the depth-first search algorithm?

0 Answers  


list the types of linked list with aid of diagram?

0 Answers  


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

0 Answers   Aspire, Infogain,






Explain the Canny's Algorithm.

0 Answers   Adobe,


What is the breadth-first search algorithm?

0 Answers  


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

0 Answers   Impetus,


What is the iterative deepening depth-first search algorithm?

0 Answers  


What is breath-first search algorithm?

0 Answers  


What are the disadvantages of depth-first search algorithm?

0 Answers  


What are the disadvantages of breadth-first search algorithm?

0 Answers  


Categories