What is ds tree?



What is ds tree?..

Answer / Varun Kumar Jaiswal

DS Tree (Decision Support Tree) is a graphical tool used for making decisions, classifying and predicting. It uses decision nodes (representing conditions) and chance nodes (representing random events).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Write programs for Bubble Sort, Quick sort

15 Answers   Cognizant,


What is the space complexity of quicksort?

1 Answers  


Does hashtable allow null values?

1 Answers  


What is a undirected graph?

1 Answers  


Which is faster hashmap or hashtable?

1 Answers  


State the rules to be followed during infix to postfix conversions?

1 Answers  


What is difference between list and array list?

1 Answers  


Why arraylist is not efficient for manipulation?

1 Answers  


Is arraylist a list?

1 Answers  


Convert following infix expression to the prefix expression. a - b + c * (d / e - (f + g))

33 Answers   Amazon, Microsoft, Star Technologies, Sun Microsystems, Wipro,


Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78

1 Answers  


What do you mean by complexity of search algorithm?

1 Answers  


Categories