Give a general algorithm for converting a m-array tree to a 2-ary tree.


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

Post New Answer

More AI Algorithms Interview Questions

Give a general algorithm for converting a m-array tree to a 2-ary tree.

0 Answers   Tech Mahindra,


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

0 Answers   Impetus,


what are the minimum requirements for statr testing?

0 Answers   QA,


What are the disadvantages of depth-first 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  






what is software cycle?give a diagramatic representation

0 Answers  


Tell me how do you choose an algorithm for a classification problem?

0 Answers  


Which language is used for artificial intelligence?

0 Answers   Flextronics,


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

0 Answers  


Can you pick an algorithm. Write the psuedo-code for a parallel implementation?

0 Answers  


How does deep learning contrast with other machine learning algorithms?

0 Answers  


A lot of questions were asked on sorting for eg. Best algorithm on the basis of number of swaps, number of comparisons etc.

0 Answers   DELL,


Categories