Answer Posted / nashiinformaticssolutions
Data is efficiently stored and retrieved using a binary search tree.
Nodes with keys less than the node's key value can be found in the left sub-tree.
Nodes with keys larger than or equal to the node's key value can be found in the right sub-tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the g value paradox?
How to get string length of given string in c?
Explain the priority queues?
What are the advantages of using new operator as compared to the function malloc ()?
What is pragma c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Is there a way to switch on strings?
what is the basis for selection of arrays or pointers as data structure in a program
Explain data types & how many data types supported by c?
What is strcmp in c?
How to set file pointer to beginning c?
Can you write the algorithm for Queue?
Place the #include statement must be written in the program?
Explain what is wrong with this program statement? Void = 10;
What is a macro?