What is binary tree?
Answers were Sorted based on User's Feedback
Answer / yenealem
It is a data structure on that every node on the tree
contains at most two children in the tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manish kit
A binary tree is a non liniear data structure in which
there must be both child of each node acxept leaf node
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siya
a binary tree is a tree,whose root has degree 2 and other
nodes has degree 2or 3.
| Is This Answer Correct ? | 1 Yes | 3 No |
In what scenario, binary search can be used?
Write the c program to insert a node in circular singly list at the beginning.
What is the minimum number of queues needed when implementing a priority queue?
Differentiate file structure from storage structure?
What is sorted list in data structure?
Is char array null terminated?
How do you define a set?
What is a data structure? What are the types of data structures?
Explain linear linked implementation of Stack and Queue?
How can we delete the first node from the singly linked list?
What is the bucket size, when the overlapping and collision occur at same time?
What is a treeset?