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
Which is better array or linked list?
State the merit of linked representation of binary trees?
What is modcount in hashmap?
Can hashtable have duplicate values?
What are the properties of binary heap?
Is array part of collection framework?
Who created quicksort?
What is collections singletonmap?
What are the difference between a stack and a queue?
Define an algorithm. What are the types of algorithms?
What is numeric array?
How do you rotate an AVL tree?
How do you implement a stack?
How do you perform a merge sort?
Write the advantage of separate chaining?