Answer Posted / kushal bagaria
Binary tree is a tree which has maximum no. of childrens
either 0 or 1 or 2. i.e., there is at the most 2 branches in
every node.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Given M x N matrix with sorted elements row wise and column wise, find elements?
How many types of searching are there in data structure?
Define hashing?
How would you reverse characters of an array without using indexing in the array.
How do you initialize an arraylist?
What is difference between hashmap and linkedhashmap?
Describe linear probing with an example.
What are the categories of avl rotations?
Is hashset a collection?
How to copy an array into another array?
Can sets contain duplicates?
What is sorting an array?
What is meant by a dynamic array?
What data type is enum?
How will you free the memory that is allocated at run time?