Answer Posted / ajay
A binary tree is a data structure in which the nodes
contains at most two links(i.e.,left child and/or right
child)
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How is bubble sort done?
What is difference between tree and binary tree?
What is the difference between array sort () and array sort t >()?
How would you sort words in a large file?
What is hashing with example?
What is the impact of signed numbers on the memory?
Which is the parent class of abstractqueue class?
Why is hashmap faster than arraylist?
What is the use of isEmpty() member methods?
Describe queue operation.
Can we store a string and integer together in an array?
What is ascending and descending order?
Do you know how to find if linked list has loop?
What do you mean by 2-3-4 tree?
Does list allow null values?