Answer Posted / saurabh
A binary tree is a tree in which all nodes are connected and
each node has indegree of maximum and outdegree of maximum 2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the need of sorting?
Tell me why might quick sort might be better than merge sort?
Data structure used to implement a menu
What is the complexity of adding an element to the heap?
Which sorting algorithm is considered the fastest?
Which is the parent class of deque
Describe tree database.
How many pointers are necessary to implement a simple linked list?
Explain the difference between a list and array.
Which is faster hashmap or linkedhashmap?
Design a datastructure to represent the movement of a knight on a chess board
How do treesets work internally?
What is array traversing?
Tell me how to find middle element of linked list in one pass?
Explain the steps to insert data into a singly linked list?