Answer Posted / hr@tgksolutions.com
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 are the facialities provided by you after the selection of the student.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Is it possible to execute code even after the program exits the main() function?
There seem to be a few missing operators ..
What is meant by int main ()?
find out largest elemant of diagonalmatrix
Explain main function in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
how to count no of words,characters,lines in a paragraph.
What are loops c?
What is the explanation for the dangling pointer in c?
What is #include stdlib h?
Are pointers really faster than arrays?
What is the Purpose of 'extern' keyword in a function declaration?
Why pointers are used in c?