Answer Posted / kannan
A root node has no child node
If it contain chid the address part of the node contains
NULL value
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Is heap sort faster than quicksort?
What is difference between arraylist and list?
What is a matrix? Explain its uses with an example
Which is faster quick sort or merge sort?
For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.
What is stable sorting?
What is comparable interface?
Define root?
Explain stacks and queues in detail.
Can we apply binary search algorithm to a sorted linked list, why?
Define Data Structures?
What is the difference between ienumerable and list?
List the data structures which are used in network data modal.
How does a binary search work?
Which is best array or linked list?