what is binary tree?
Answers were Sorted based on User's Feedback
Answer / tadveer verma
a tree which has atmost two child is called a binary tree.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / chandra
the tree has at least two child is called a binary tree
.
| Is This Answer Correct ? | 0 Yes | 9 No |
What is sequential search? What is the average number of comparisons in a sequential search?
Define balancing condition for AVL Tree.
What is the use of placement new?
how to search an element in sorted linked list with time complexity is O(log n).
Why null is allowed in hashmap?
What is ds tree?
Which is better hashmap or hashtable?
Is heap sort adaptive?
Differentiate bfs and dfs?
What is the use of sorting the data?
Why is null not allowed in concurrenthashmap?
Define an algorithm. What are the properties of an algorithm?