Answer Posted / duchinna198227
A tree with at most two children for each node.
OR
A binary tree either
* is empty (no nodes), or
* has a root node, a left binary tree, and a right
binary tree.
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
Define a priority queue?
List the area of applications where stack data structure can be used?
On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.
Explain how to find 3rd element from end in a linked list in one pass?
Differentiate linear from a nonlinear data structure?
What is sequential search?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What is a matrix? Explain its uses with an example
What is the difference between push and pop?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
What is a stable sort?
Write an algorithm to show the reverse of link list?
What is difference between hashmap and hashset?
What is bubble sort technique?
List the types of tree.