Answer Posted / chinnadurai.s
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 ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain Queue
Have you ever used HashTable and Directory?
Explain what is the bucket size, when the overlapping and collision occur at same time?
How many passes does bubble sort need?
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Does hashset allow duplicates?
Which sorting is best?
When is a binary search best applied?
What does args stand for?
How would you reverse characters of an array without using indexing in the array.
What are the different types of hash functions?
How does linkedhashset work internally?
What type of variable is age?
What is the use of isEmpty() member methods?
Why do we use linked lists?