406 views
0 votes
0 votes
total possible binary search trees with 3 nodes is:

14      15    6     none

1 Answer

2 votes
2 votes
5

2nCn/n+1

=6C3/4

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
0 answers
2
iarnav asked Apr 19, 2018
419 views
Some say answer is 2n and someplace else it's been told 2n-1-1. So, what's the corrent one?
1 votes
1 votes
1 answer
3
Himani Srivastava asked Oct 16, 2015
7,899 views
amount of time it would take to send 500 packets using 6-packet size window and without sliding window will be, when the time to send in one direction is 5 ms31000, 50004...
1 votes
1 votes
1 answer
4
radha gogia asked Jul 24, 2018
1,433 views
Suppose one character at a time comes as an input from a string of letters . There is an option either to 1) print the incoming letter or to 2) put the incoming letter on...