Write is a binary search tree? Write an algo and tell complexity?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is extern c++?

0 Answers  


How do you define a class in c++?

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  


What kind of problems can be solved by a namespace?

0 Answers  


What do you mean by function pointer?

0 Answers  






what is an array

17 Answers  


What is a tree in c++?

0 Answers  


When is a template better solution than a base class??

2 Answers   emc2,


What is meant by iomanip in c++?

0 Answers  


What is #include iostream in c++?

0 Answers  


Is there finally in c++?

0 Answers  


What do you mean by storage classes?

1 Answers  


Categories