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
Is javascript written in c?
Tell me what are bitwise shift operators?
I heard that you have to include stdio.h before calling printf. Why?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
a c code by using memory allocation for add ,multiply of sprase matrixes
Is anything faster than c?
What do you mean by keywords in c?
What does struct node * mean?
Why is structure important for a child?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain goto?
Explain how can I manipulate strings of multibyte characters?
What are unions in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
The file stdio.h, what does it contain?