What is an expression tree?



What is an expression tree?..

Answer / Lal Singh

An Expression Tree is a tree representation of an arithmetic or logical expression. Each node in the tree represents an operator, and its children represent operands.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Name the areas in which you can apply data structures extensively?

1 Answers   Accenture,


What is mean by sorting?

1 Answers  


Why do we use hashmap?

1 Answers  


What are the categories of avl rotations?

1 Answers  


How many types of data structures are used?

1 Answers  


Is arraylist faster than array?

1 Answers  


What is the purpose of tochararray ()?

1 Answers  


Can arraylist be empty?

1 Answers  


Why is bubble sort stable?

1 Answers  


What are linked lists most commonly used for?

1 Answers  


what is atmost complete binary tree?

6 Answers  


Can we give size to arraylist?

1 Answers  


Categories