Explain what a Binary Search Tree is.

Answers were Sorted based on User's Feedback



Explain what a Binary Search Tree is...

Answer / 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

Explain what a Binary Search Tree is...

Answer / glibwaresoftsolutions

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

Explain what a Binary Search Tree is...

Answer / 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

More C Interview Questions

What is the advantage of an array over individual variables?

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


What is pointer to pointer in c with example?

0 Answers  


What is scope and lifetime of a variable in c?

0 Answers  


Is c still used?

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


What is the difference between near, far and huge pointers?

0 Answers  


WHAT IS ABSTRACT DATA TYPE

4 Answers   Wipro,


Can we change the value of #define in c?

0 Answers  


What is external variable in c?

0 Answers  


Categories